|
6 | 6 | [Discord](https://jetkvm.com/discord) | [Website](https://jetkvm.com) | [Issues](https://github.com/jetkvm/cloud-api/issues) | [Docs](https://jetkvm.com/docs) |
7 | 7 | [](https://twitter.com/jetkvm) |
8 | 8 | [](https://goreportcard.com/report/github.com/jetkvm/kvm) |
| 9 | + |
9 | 10 | </div> |
10 | 11 |
|
11 | 12 | Welcome to JetKVM development! This guide will help you get started quickly, whether you're fixing bugs, adding features, or just exploring the codebase. |
@@ -455,8 +456,8 @@ The translations are extracted into language files (e.g. _en.json_ for English) |
455 | 456 |
|
456 | 457 | ```tsx |
457 | 458 | <SettingsPageHeader |
458 | | - title={m.extensions_atx_power_control()} |
459 | | - description={m.extensions_atx_power_control_description()} |
| 459 | + title={m.extensions_atx_power_control()} |
| 460 | + description={m.extensions_atx_power_control_description()} |
460 | 461 | /> |
461 | 462 | ``` |
462 | 463 |
|
@@ -492,7 +493,7 @@ If you enable the [Sherlock](https://inlang.com/m/r7kp499g/app-inlang-ideExtensi |
492 | 493 | 4. Save the _en.json_ file and execute `npm run i18n` to resort the language files, validate the translations, and create the m-functions |
493 | 494 | 5. Edit the _.tsx_ file and replace the string with the new m-function which will be the key-string you chose in snake-case. For example `This is a test` in _thing edit page_ turns into `m.thing_edit_this_is_a_test()` |
494 | 495 | - **Note** if the string has a replacement token, supply that to the m-function, for example `m.profile_your_name({ name: edit.value })` |
495 | | -6. When all your strings are extracted, run `npm run i18n:machine-translate` to get a first-stab at the translations for the other supported languages. |
| 496 | +6. When all your strings are extracted, run `npm run i18n:machine-translate` to get a first-stab at the translations for the other supported languages. Make sure you use an LLM or [translator](https://translate.google.com) of some form to back-translate each **new** machine-generation in each _langauge_ to ensure those terms translate reasonably. |
496 | 497 |
|
497 | 498 | ### Adding a new language |
498 | 499 |
|
|
0 commit comments