nova-translation
nova-translation copied to clipboard
Translation issue to display default value if in language file not found
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
Do you mean in the translation panel or elsewhere in your project?