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
Whenever, we need to add/remove localization in app. This google spreadsheet has to be updated first. After google spreadsheet is updated, we have to run command yarn run fetch-language from project root directory.
Current, application supports localization. All localization texts are updated with google spreadsheet. Link to google spreadsheet is https://docs.google.com/spreadsheets/d/1uwAk1xYNKc6S15ytl5OnPYCUKXxF8af4Cd6nFHgQCaM/edit#gid=1602672055
Whenever, we need to add/remove localization in app. This google spreadsheet has to be updated first. After google spreadsheet is updated, we have to run command
yarn run fetch-language
from project root directory.OUTPUT OF
yarn run fetch-language
This will fetch latest changes from google spreadsheet and automatically updates app localization keys.
Then we can reference these updated keys in application as follows.
Import these files at top.
Then refer to keys as listed in google spreadsheet.
Here Menu is Google Sheet name and summary is key inside that sheet.
See screenshot below:
The text was updated successfully, but these errors were encountered: