Skip to main content

Usage

Language helps you view everything on Tuturuuu in your preferred language.

Supported Languages

Currently, we provide first-class support for the following languages:
  • English
  • Vietnamese

How to Change Language

Tuturuuu will automatically detect your browser’s language and set the language accordingly. If you want to change the language, you can do so by clicking on the language switcher in your profile avatar (located at the top right corner of the page).
The language switcher is only available after you have logged in.

Contribute

If you want to help us translate Tuturuuu into your language, feel free to open a pull request on our GitHub repository. Each supported locale lives in a single message bundle under apps/web/messages/:
  • apps/web/messages/en.json for English
  • apps/web/messages/vi.json for Vietnamese
When you add or change a key, update it in both en.json and vi.json so the bundles stay in sync, then run bun i18n:sort to keep the keys ordered consistently before committing.