Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible to overwrite a particular translation? #24

Open
christhesoul opened this issue Mar 9, 2015 · 3 comments
Open

Possible to overwrite a particular translation? #24

christhesoul opened this issue Mar 9, 2015 · 3 comments

Comments

@christhesoul
Copy link

Hey all. Thanks for your efforts in making this gem.

I'm working with a client who in turn works with Russian customers. They are sensitive about it being referred to as "Russian Federation" and not simply "Russia" in English.

Is there a way I can overwrite translations in my own .yml file to cope with such sensitivities?

Or an alternative solution?

Thanks again!
Chris

@onomojo
Copy link
Owner

onomojo commented Jul 16, 2015

You could just submit a pull request to change the name to Russia.

@neohunter
Copy link

Why pull request? I also need to overwrite Hong Kong to start with word China.

Why are this files loaded after config/locale/*.ymlfiles?

@neohunter
Copy link

neohunter commented Jul 15, 2018

Just checked, you don't need to submit a PR, simply put on a yml file on config/locale/countries.yml

en:
  countries:
    RU: "Russian Federation"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants