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
I translated the files in the "lang" folder and "conf" folder into Chinese.
The files in the "lang" folder work perfectly.
The files in the "conf" folder invalidate some settings. After changing to English, it works fine.
The files in the "conf-zh-cn" folder are translated files, and when I put them in the "conf" folder to test it, the above problem occurs.
I hope the "conf" folder supports multiple languages.
Mikio currently does not support languages other than English for strings in the conf directory files as the code does direct comparisons of the string values.
I will need to add in the language keys for this and modify the code to instead compare the conf values against the language keys to confirm the setting values.
I translated the files in the "lang" folder and "conf" folder into Chinese.
The files in the "lang" folder work perfectly.
The files in the "conf" folder invalidate some settings. After changing to English, it works fine.
The files in the "conf-zh-cn" folder are translated files, and when I put them in the "conf" folder to test it, the above problem occurs.
I hope the "conf" folder supports multiple languages.
I submitted the file changes to PR
Please check.
The text was updated successfully, but these errors were encountered: