Skip to content

Document use of locales files outside Rails context #18

Description

@corylown

Essentially you must interact with I18n manually.
Add translation to load path:
I18n.load_path << 'path/to/local/file.yml'

Set the preferred locale:
I18n.locale = :it

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions