Tagged Questions
1
vote
1answer
29 views
Globalize3 order records by translated attributes and taking fallbacks into consideration
Im having troubles with awesome Globalize3 gem. For now I`m having two languages :en and :ru. And :ru falls back to :en like this
#/config/initializers/globalize.rb
Globalize.fallbacks = {:ru => ...
0
votes
0answers
43 views
Switch off I18n/Globalize3 fallbacks per Rails model basis
Is it possible to switch off I18n/Globalize3 fallbacks per Rails model basis? I.e. some models use fallback, some don't.
0
votes
1answer
186 views
Locale fallback from country to language without having to define each individually
I am localizing an app with the default rails I18n with globalize3 as the back-end.
Is it possible to set a locale with a country code (ie :fr-CA) to fallback to its specific language (:fr) before ...