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

How to create a override file to take precedence #16

Open
cholalabs opened this issue Dec 17, 2012 · 1 comment
Open

How to create a override file to take precedence #16

cholalabs opened this issue Dec 17, 2012 · 1 comment

Comments

@cholalabs
Copy link

For Example:

de-DE.json which has strings like

{
"GoToMain": "You can go to main page and we hope that sooner than later you can enjoy the website.",
"EmailUs": "Also, if you want, just email us to [email protected] or visit parkuik.com",
"BetaH2": "Beta",
"WereOnBeta": "We're on beta! as soon as we're live you'll get advisedaaaaa",
"title1": "Follow Us",
"locale" : "German"
}

But I want to have

de-DE-overrides.json to take precedence.

{
"GoToMain": "This is an override"

}

final output will be "This is an override" for the string "GoToMain"

@ghost
Copy link

ghost commented Mar 20, 2013

I think it would be better to ask your question on Stack Overflow since it's not an issue.

By curiosity, can you give a use case?

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

1 participant