carmen-rails icon indicating copy to clipboard operation
carmen-rails copied to clipboard

translation missing subregions

Open Videmor opened this issue 13 years ago • 5 comments

Hi, I'm trying to run the "locale =: es" in subregions, but it shows "translation missing: es.worl.eu. ....". When setting "locale =: en" me going great the subregions.

Regards,

Videmor avatar Sep 26 '12 23:09 Videmor

Confirmed. I have the same issue with the Spanish language.

ptcodes avatar Jan 11 '13 16:01 ptcodes

I've figured out what the problem is. On fallbacks missing translations use the default locale so if your default locale is set to :es or any other language different from English then Carmen can't find translations for subregions in that language. The easiest workaround is to set config.i18n.fallbacks = [:en]

ptcodes avatar Jan 11 '13 17:01 ptcodes

@komrade's solution worked flawlessly. Thanks!

Wirwing avatar Jan 05 '14 05:01 Wirwing

thanks!

mmenafra avatar Dec 15 '14 16:12 mmenafra

Sorry, to drag this old issue up again. I have the same problem, trying build a list of countries inside a Thor build. config.i18n doesn't seem available. Anyone know how to fix that?

EddieOne avatar Aug 05 '19 09:08 EddieOne