Get non-trivial tests (and trivial, too!) suggested right inside your IDE, so you can code smart, create more value, and stay confident when you push. Learn more →
Top 10 Ruby I18n Projects
-
Why not i18n-tasks? 1.9k stars on GitHub. It's definitely a worthwhile dependency and probably why you're not seeing much free explanations because the gem is widely used.
-
ifmeorg/ifme- 2 pull requests
-
ONLYOFFICE
ONLYOFFICE Docs — document collaboration in your environment. Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises
-
I18n enables L10n. It is what makes your application responsive to the long list of L10n requirements. It will manipulate the way the data is delivered, it will change the design in case of an RTL (Right-to-Left) language, will pluralize words, manage time zones, etc… You might know that there are libraries that can help with that, but are you sure it is 1/ well maintained, 2/ following the standards? Wait, what standards? Ha! Glad you asked! Have you heard about Unicode? I won’t explain everything Unicode manages, but let's say simply that it is a Worldwide organization that defines the standards for character encoding and localization data for the industry (standards like ICU and CLDR, which probably deserve a separate article). The main libraries for internationalization use these standards. For example, Intl for front-end JS which is shipped with Node.JS, or ruby-i18n which is shipped with Rails. And let's not forget about mobile development: Android (using Java) and iOS (using Swift) are also using these standards behind the scene. Though while it's a good thing that these libraries cover the essentials, you also sometimes need to add some logic specific to your business, product, and users.
-
Project mention: Marks object as dirty even if nothing was changed in RichTextTranslation fields · Issue #597 · shioyama/mobility | reddit.com/r/rails | 2022-12-12
-
-
i18n-debug
Ever wondered which translations are being looked up by Rails, a gem, or simply your app? Wonder no more!
Project mention: Is it possible to get a list of places i18n.t looks? | reddit.com/r/rails | 2022-11-19We use the i18n-debug gem for that, you might want to check it out: https://github.com/fphilipe/i18n-debug
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
-
Ruby I18n related posts
- Identifying I18n translation keys
- Let's Talk About Globalization
- Marks object as dirty even if nothing was changed in RichTextTranslation fields · Issue #597 · shioyama/mobility
- Managing I18n yml files
- Globalize Gem and Rails 7 alternative
- What do you run in your pipeline at work?
- Do you have a multilingual app?
-
A note from our sponsor - CodiumAI
codium.ai | 31 May 2023
Index
What are some of the best open-source I18n projects in Ruby? This list will help you:
Project | Stars | |
---|---|---|
1 | i18n-tasks | 1,907 |
2 | ifme | 1,379 |
3 | i18n | 951 |
4 | Mobility | 888 |
5 | Locale | 236 |
6 | i18n-debug | 166 |
7 | fyodor | 110 |
8 | crowdin-api-client-ruby | 52 |
9 | mobility-actiontext | 29 |
10 | fusionauth-localization | 10 |