You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want missing values to fallback to the key in cases where the keys (e.g. got extracted by a code parser) exist in your JSON translation file with empty string as value like
"message": "farm already taken before", <-- missing open in json file
it should be
"message": "farm already taken open before",
The text was updated successfully, but these errors were encountered:
HaiAlison
changed the title
Is there a way to use returnEmptyString?
Is there a way to set returnEmptyString config?
Oct 11, 2024
I want missing values to fallback to the key in cases where the keys (e.g. got extracted by a code parser) exist in your JSON translation file with empty string as value like
it should be
The text was updated successfully, but these errors were encountered: