Project
Reverse Dependencies for i18n
The projects listed here declare i18n as a runtime or development dependency
0.0
Checks your consistency of your translations and can be helpful to find missing ones.
2021
2022
2023
2024
2025
2026
0.0
I18n missing functionnalities
2021
2022
2023
2024
2025
2026
0.0
Add continent translations to you rails app.
2021
2022
2023
2024
2025
2026
0.0
One extends standard I18n so that you could store your translations in a Comma-Separated Value files (CSV) in a key-value manner, where the key is a word or a phrase or even a poem if you wish. No limits here (except be aware to escape symbols so the CSV format is kept). And the value is the same...
2021
2022
2023
2024
2025
2026
0.0
Allow interpolation to be performed on a object's attribute, e.g. %{user.name}
2021
2022
2023
2024
2025
2026
0.0
drop-in replacement for I18n::Backend::Simple for faster lookups and quicker gc runs. translations are stored outside of the ruby heap
2021
2022
2023
2024
2025
2026
0.0
drop-in replacement for I18n::Backend::Simple for faster lookups and quicker gc runs. translations are stored outside of the ruby heap
2021
2022
2023
2024
2025
2026
0.0
An I18n config class that looks at the LANGUAGE, LC_ALL, LC_MESSAGES, and LOCALE environment variables to determine I18n.locale
2021
2022
2023
2024
2025
2026
0.0
Provides a backend to the i18n gem to allow a definition to contain embedded references to environment variables by introducing the special embedded notation ~{}. E.g. {title: ~{APP_NAME}} will evaluate t(:title) to the value of the $APP_NAME environment variable.
2021
2022
2023
2024
2025
2026
0.0
Provides exporting functionality for subtrees of I18n translations. Includes Railtie for Rails 3 integration.
2021
2022
2023
2024
2025
2026
0.0
Find missing and extra translations in Rails application.
2021
2022
2023
2024
2025
2026
0.0
Provides a configurable rake task that checks locale data for likely issues. Intended to be used in build pipelines to detect problems before they reach production
2021
2022
2023
2024
2025
2026
0.0
Enhances simple I18n backend in a way that it inflects translation data using pattern interpolation. Modernized for Ruby 3.x and 4.x.
2021
2022
2023
2024
2025
2026
0.0
I18n InlineForms backend. Allows to store translations in a database using InlineForms, e.g. for providing a web-interface for managing translations. Forked from i18n-active_record by Sven Fuchs.
2021
2022
2023
2024
2025
2026
0.0
I18n interpolation support for nested values
2021
2022
2023
2024
2025
2026
0.0
Language names in different languages stored in yml files ideal for localization "Switch language" partial on website
2021
2022
2023
2024
2025
2026
0.0
Export I18n translations to JSON.
2021
2022
2023
2024
2025
2026
0.0
Forked version of original i18n-js. It contains some pull requests that are not pulled yet on the original repo. Switch back to the original one when it's ready.
2021
2022
2023
2024
2025
2026
0.0
Extends Sven Fuchs' I18n to provide localized language names using the twitter_cldr gem, which uses the Unicode Common Locale Data Repository.
2021
2022
2023
2024
2025
2026
0.0
I18nLazyScope lets you use lazy lookup and keep a better structure for your locale files when localising strings in your Ruby on Rails application. This means quicker translations without sacrificing the structure of your locale files.
2021
2022
2023
2024
2025
2026