You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zaldaryon edited this page Aug 19, 2026
·
2 revisions
Translation, Option 1: edit the JSON by hand
This is the fastest way to get started, but the hardest to keep updated: every time new keys are added, you'll need to find and translate them manually with no tooling to help.
Download en-US.json. This is the base language file and contains every key.
Translate it. Open it in Visual Studio Code or any text editor, and translate the values.
Note: only change the value on the right of each :. The key on the left is what the app uses to look up the string, so leave it untouched. Also leave placeholders like {{name}} and tags like <button /> alone: those get replaced with real names, versions, or buttons before the text is shown.