Files
openwork/TRANSLATIONS.md
Jan Carbonell a96b6ea231 docs: centralize translated READMEs (#1407)
* docs: centralize translated READMEs

Keep new language additions scoped to the shared index instead of updating every localized README variant.

* docs: remove duplicated root translation files

Keep the translated README sources under readmes/ so the root only points to the shared index.

* docs: compact README language listings

Rename the translated README folder to translated_readmes and keep the English language lists on single lines with the current app i18n locales.
2026-04-08 16:13:48 -07:00

28 lines
1.0 KiB
Markdown

# Help Translate OpenWork
We are actively looking for contributors to translate OpenWork to your own native language.
## README translations
Translated README variants live in `translated_readmes/`, so adding a new language only touches the index there plus the supported languages list in the root `README.md`.
If you want to add a new README language:
1. Copy `README.md` to a new file like `translated_readmes/README_<LANG>.md`.
2. Translate the content.
3. Add your new language link to `translated_readmes/README.md`.
4. Add your language name to the supported languages list at the bottom of `README.md`.
5. Open a PR.
## App UI translations (i18n)
You can also help translate the app UI via:
- `packages/app/src/i18n/`
Currently available app UI locales: English (`en`), Japanese (`ja`), Simplified Chinese (`zh`), Vietnamese (`vi`), Brazilian Portuguese (`pt-BR`).
Locale files live in `packages/app/src/i18n/locales/`.
If you are unsure where to start, open an issue and mention the language you want to contribute.