Hey,
Check in your `config/environments.rb` if you have something like:
config.i18n.load_path << Dir[File.join(Rails.root, 'config',
'locales', '*.{rb,yml}')]
Then rails should load all YAML files in `config/locales/*`.
Alternatively, do you have `nb_NO:` at the root of your norwegian YAML
file?
Regards,
Édouard
On Jun 7, 9:58 pm, Tony Maserati <[email protected]> wrote:
> Hey,
>
> im trying desperately to load my norwegian translation file here..
>
> I've set config.i18n.default_locale = :nb_NO which should load config/
> locales/nb_NO.yml yeah? it just loads config/locales/en_US.yml. both
> locales are present in config/ and i can't see anything wrong with the
> nb_NO.yml syntax..
>
> Thanks!
--
You received this message because you are subscribed to the Google Groups
"rails-i18n" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rails-i18n?hl=en.