Skip to content

usetrmnl/localizations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TRMNL localizations

collection of in-app labels, toast messages, and help messages to make TRMNL comfortable for everyone.

How it Works

  1. the TRMNL web app is built in Ruby on Rails (v7) and follows the I18n conventions
  2. all language-specific content is read from a "dictionary" file, not hard-coded in the frontend views
  3. adding support for a new language is as simple as creating a dictionary file with a valid i18n language code

How to Contribute

  1. fork this repo
  2. make a copy of locales/en.yml and create a new file, locales/your-lang-code.yml
  3. follow the guides to localize in-app content
  4. submit a pull request and ask questions if you need help

Releases

No releases published

Packages

No packages published