We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Do you mean in the translation panel or elsewhere in your project?
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: