0
votes
1answer
183 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 ...
0
votes
3answers
406 views

Jquery datapicker localization using globalize plugin

Is it possible localize jquery datapicker using globalize plugin (https://github.com/jquery/globalize)? I tried in this way // get a date format var dt = Globalize.culture().calendar.patterns.d; ...
0
votes
2answers
236 views

globalize3 and easy_globalize3_accessors validation

I'm using gems: globalize3 and easy_globalize3_accessors. I have a problem with validations. For example, I have Post model: class Post translates :title, :content globalize_accessors :locales ...