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 only found the i18n file in src/main/resources/i18n/CSVEditorResources.properties. I want to translate it to Simplified Chinese, how can I change the file name? To CSVEditorResources_zh_cn.properties?
The text was updated successfully, but these errors were encountered:
@CJYKK That's great - a translation is more than welcome! I just started the localization efforts, therefore v4.0.1 did use the newly provided resource bundle but didn't acknowledge the IDE language. In the upcoming v4.0.2 I extended the localization and did integrate with the IDE resource bundle handling. Please note the path change (i18n -> localization) of the localization resources.
To add a localization, a properly named .properties file must be added in the localization directory. I prepared a feature branch that adds the required zh_CN files (partly/exemplary), and I appended zh_CN to each localized text to show the difference in the IDE (commit).
Please note that there are still hard-coded English text and titles, I didn't take the time to do a full scan of translatable texts in the plugin.
I only found the i18n file in
src/main/resources/i18n/CSVEditorResources.properties
. I want to translate it to Simplified Chinese, how can I change the file name? ToCSVEditorResources_zh_cn.properties
?The text was updated successfully, but these errors were encountered: