collection of in-app labels, toast messages, and help messages to make TRMNL comfortable for everyone.
- the TRMNL web app is built in Ruby on Rails (v7) and follows the I18n conventions
- all language-specific content is read from a "dictionary" file, not hard-coded in the frontend views
- adding support for a new language is as simple as creating a dictionary file with a valid i18n language code
- fork this repo
- make a copy of
locales/en.yml
and create a new file,locales/your-lang-code.yml
- follow the guides to localize in-app content
- submit a pull request and ask questions if you need help