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
This issue aims to propose and improve the i18n processing mechanism of iamai, and will supporting the following points:
Ability to create i18n support files in local directories.
Ability to customize the path of i18n support files in configuration files.
[bot]
locale_dir = ["locale"]
Use the command line generate the latest .po file for your translation about iamai(latest).
The path priority of custom files will be higher than that of built-in i18n support files. At the same time, if there is a duplicate name, the custom i18n support file will be used first, but the built-in i18n support will not be completely abandoned.
Ability to automatically read the language environment options in the environment variables.
The text was updated successfully, but these errors were encountered:
This issue aims to propose and improve the i18n processing mechanism of iamai, and will supporting the following points:
.po
file for your translation about iamai(latest).The text was updated successfully, but these errors were encountered: