diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-11-18 18:16:14 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-11-18 18:16:14 +0000 |
commit | 2d1e7ff829cc506626d03c11161580f519fe4912 (patch) | |
tree | 3f4a356fd39b8cf04d2bda452f2a17bc4087a54c /config/locales/ko.yml | |
parent | a49de1c39d1292259580ed6db1f6e455259094ff (diff) | |
download | redmine-2d1e7ff829cc506626d03c11161580f519fe4912.tar.gz redmine-2d1e7ff829cc506626d03c11161580f519fe4912.zip |
Adds english names for several languages.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10845 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/ko.yml')
-rw-r--r-- | config/locales/ko.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/ko.yml b/config/locales/ko.yml index a0eca1ac7..7243281fb 100644 --- a/config/locales/ko.yml +++ b/config/locales/ko.yml @@ -183,7 +183,7 @@ ko: general_text_Yes: '예' general_text_no: '아니오' general_text_yes: '예' - general_lang_name: '한국어(Korean)' + general_lang_name: 'Korean (한국어)' general_csv_separator: ',' general_csv_decimal_separator: '.' general_csv_encoding: CP949 |