Bug: AWS Amplify I18N displays the variable name of the phrase if that phrase doesn't exist for the given language #245
Labels
Amplify
Relates to AWS Amplify
bug
Something isn't working
good first issue
Good for newcomers and newer coders
help wanted
This issue is still active and help is wanted on it!
internationalization
Making the project available in other languages
Description
The project has various language translations available. Currently, if a phrase does not exist in the given language's dictionary, I18n returns the variable name for the phrase. It feels like there should be a way to set a default language and have I18n default to that language if a translation does not yet exist for the given language. Maybe in the I18n config options? (I'm not too familiar with the package and haven't had a chance to look at the documentation yet.)
Steps to Reproduce
Expected behavior:
The English version of the phrase or word appears if the phrase or word does not exist in the current language's dictionary.
Actual behavior:
The property name of the phrase or word appears instead.
Reproduces how often:
Always
The text was updated successfully, but these errors were encountered: