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
Currently, we need to run yarn generate-translations every time we change translations folder src/locale/translations/ and commit the compiled file. It would be better to:
Add a watch task to automatically generate it.
Ignore compiled file on git to prevent PR conflicts.
The text was updated successfully, but these errors were encountered:
What
Currently, we need to run
yarn generate-translations
every time we change translations foldersrc/locale/translations/
and commit the compiled file. It would be better to:The text was updated successfully, but these errors were encountered: