Skip to content

Commit

Permalink
🌎 i18n: Translation Docs (#232)
Browse files Browse the repository at this point in the history
* added new translation docs. removed old /development/translation.mdx file to make it more accessible to find.

* refactor: table to right format.

* fix: cleaned up some code

* updated: created per language an invitation key
  • Loading branch information
rubentalstra authored Feb 10, 2025
1 parent f93666c commit f4e16af
Show file tree
Hide file tree
Showing 5 changed files with 262 additions and 129 deletions.
1 change: 1 addition & 0 deletions pages/docs/_meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export default {
remote: '☁️ Remote Hosting',
configuration: '⚙️ Configuration',
user_guides: '📘 User Guides',
translation: '🌍 Translation',
contributing: {
// "title": "Contributing",
type: 'separator',
Expand Down
1 change: 0 additions & 1 deletion pages/docs/development/_meta.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export default {
index: 'Intro',
get_started: 'Get Started',
translation: 'Translation',
tools_and_plugins: 'Tools and Plugins',
testing: 'Testing',
debugging: 'Debugging (WIP)',
Expand Down
128 changes: 0 additions & 128 deletions pages/docs/development/translation.mdx

This file was deleted.

3 changes: 3 additions & 0 deletions pages/docs/translation/_meta.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default {
index: 'Intro',
}
Loading

0 comments on commit f4e16af

Please sign in to comment.