This is the complete collection locales for TRMNL internationalization.
To install with security, run:
# 💡 Skip this line if you already have the public certificate installed.
gem cert --add <(curl --compressed --location https://usetrmnl.com/gems.pem)
gem install trmnl-i18n --trust-policy HighSecurity
To install without security, run:
gem install trmnl-i18n
You can also add the gem directly to your project:
bundle add trmnl-i18n
Once the gem is installed, you only need to require it:
require "trmnl/i18n"
This gem is a Ruby on Rails Railtie that follows I18n conventions allowing you to customize country locales. You only need to include this gem, as documented in the Setup section, to automatically load and use these locales. That’s it!
To contribute, run:
git clone https://github.com/usetrmnl/trmnl-i18n
cd trmnl-i18n
bin/setup
You can also use the IRB console for direct access to all objects:
bin/console
-
Fork this repository.
-
Follow the guide.
-
*German via @ramdacxp, @philippbosch, @yannicschuller, @MaxDev98, @IngmarStein
-
*Spanish (Spain) via @joesfer, @jeff-foster
-
*French via @theogiraudet, @MarvinNTA
-
*Indonesian via @Adekabang
-
*Italian via @danieleb-podero
-
*Japanese via Hiroyuki Miyoshi, @liahsheep
-
*Korean via @i-say-young
-
*Portuguese via @danielsitnik
-
*Dutch via @huge10, @SjanPjer, @gjdenhertog
-
*Ukrainian via @veikus, @yankobogdan
-
*Chinese (Simplified) via @MarkSong535
-
*Chinese (Hong Kong) via @liahsheep
-
*Hebrew via @itay99988
-
Built with Gemsmith.
-
Engineered by TRMNL.