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

Translation issue to display default value if in language file not found #6

Open
Jignasa10 opened this issue May 30, 2019 · 1 comment

Comments

@Jignasa10
Copy link

Hi , i'm using this package it's very useful for me.

I have one issue there.

I have two language file en.json and de.json

In en.json file has below parameter.
{
"name":"My name",
"Address":"Address line",
"Country":"US"
}

In de.json file has below parameter.
{
"name":"My name",
"Country":"US"
}

When i set language as de , Address will display from en.json file because en is my default language and this parameter not found in de.json

But in my project it is nor working, If you have any solution please let me know

Thank You

@joedixon
Copy link
Owner

joedixon commented Jul 2, 2019

Do you mean in the translation panel or elsewhere in your project?

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

2 participants