Localization of Simplified Chinese is different between released version and local built version #14914
-
System information:
Describe the problem you're observing:I am a DBeaver fan, and I want to contribute to the localization of DBeaver (Simplified Chinese). So I decided to fork the DBeaver repo, and clone it and build it yesterday, but when I execute the local built executable file (path: dbeaver\product\community\target\products\org.jkiss.dbeaver.core.product\win32\win32\x86_64\dbeaver\dbeaver.exe), I found that the localization part is different from the release version (21.3.1.202112130652). I make some comparison pictures for illustration, left side is the released version, right side is the local built version. I try to search some original key text (which has error in localization) from some bundle.properties (listed in a table from https://github.com/dbeaver/dbeaver/wiki/Localization), but none of them can be found, such as (menu 'Edit' -> 'Find Next', menu 'Edit' -> 'Find Previous'). To sum up, I need some help to find out why the local built version is not same as the released version, and why some original key text of l10n cannot be found in any bundle.properties. Or in short, what is the right steps to contribute to the localization of DBeaver. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hello @bianyun1981, The locally built version lacks some localization because it's a part of Eclipse localization. We use Babel while packaging to include that localization too. You can install it manually. I'm going to convert this issue to the discussion. |
Beta Was this translation helpful? Give feedback.
Hello @bianyun1981,
The locally built version lacks some localization because it's a part of Eclipse localization.
We use Babel while packaging to include that localization too. You can install it manually.
I'm going to convert this issue to the discussion.