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
npm run translate should detect whether admin/i18n/{lang}/translations.json or admin/i18n/.json format is used at a repo and use or create the corrrect files for this naming format
npm run translate should provide an option to migrate form i18n/{lang}/translations.json to i18n/{lang}.json format. If reverse is required too should be discussed
The text was updated successfully, but these errors were encountered:
#281 Adds support for the new path and uses it as default path.
I'm not sure if we need to implement a migration tool. If the user wants to change it, they can do this manually.
Please implement support for i18n/.json naming
npm run translate should detect whether admin/i18n/{lang}/translations.json or admin/i18n/.json format is used at a repo and use or create the corrrect files for this naming format
npm run translate should provide an option to migrate form i18n/{lang}/translations.json to i18n/{lang}.json format. If reverse is required too should be discussed
The text was updated successfully, but these errors were encountered: