Re: Korean [ko_KR]
Posted: Thu Apr 12, 2012 5:29 pm
Just a notice from Vietnamese thread:
I improved handling of localization and now you do not need to synchronize to new English version. It will be in coming 1.55.2. Now you just need to leave in directory strings_ko_KR.xml and modify strings.xml to like this:
You can notice that en_US is removed because strings.xml from now on shall contain only user-side translations. By this new versions of Neutron default languages will be up to date always.
I improved handling of localization and now you do not need to synchronize to new English version. It will be in coming 1.55.2. Now you just need to leave in directory strings_ko_KR.xml and modify strings.xml to like this:
Code: Select all
<?xml version="1.0" encoding="utf-8" ?>
<locale>
<file locale="ko_KR" name="strings_ko_KR.xml" version="0" default="0">한국의</file>
</locale>