Open HaiAlison opened 1 month ago
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",
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