https://github.com/amiel/i18n_with_default
uses the english translation if none is available in the current locale
https://github.com/amiel/i18n_with_default
Last synced: about 1 year ago
JSON representation
uses the english translation if none is available in the current locale
- Host: GitHub
- URL: https://github.com/amiel/i18n_with_default
- Owner: amiel
- Created: 2009-10-12T16:46:54.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2009-10-12T16:48:26.000Z (over 16 years ago)
- Last Synced: 2024-10-03T12:33:10.640Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 70.3 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
README
Monkey patches I18n so that calls to translate in a locale other than :en, and the translation data is missing, then it will attempt to use the english translation.