Added Korean translation.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3082 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Frank Lanitz 2008-10-13 22:17:35 +00:00
parent 348a64f42e
commit ecdfa9695d
6 changed files with 4966 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2008-10-13 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* ko.po, LINGUAS, src/about.c, THANKS:
Added Korean translation. Thanks to netkiss for translation.
2008-10-13 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
* src/ui_utils.h, src/plugindata.h, src/plugins.c, src/ui_utils.c,

1
THANKS
View File

@ -72,6 +72,7 @@ M.Baldinelli <m(dot)baldinelli(at)agora(dot)it> - it
Dario Santomarco <dariello(at)yahoo(dot)it> - it
Tarot Osuji <tarot(at)sdf(dot)lonestar(dot)org> - ja
Chikahiro Masami <cmasa(dot)z321(at)gmail(dot)com> - ja
netkiss <dotkabi(at)gmail(dot)com> - ko
Kurt De Bree <kdebree(at)telenet(dot)be> - nl
Jacek Wolszczak <shutdownrunner(at)o2(dot)pl> - pl_PL
Jarosław Foksa <jfoksa(at)gmail(dot)com> - pl_PL

View File

@ -1,6 +1,8 @@
2008-10-13 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* de.po: Little update of German translation.
* ko.po, LINGUAS: Added Korean translation. Thanks to netkiss for
translation.
* sv.po: Update of Swedish translation (Thanks to Tony Mattsson).
* tr.po: Update of Turkish translation. Removed a fuzzy string since
there is no different plural form. Thanks to Gürkan Gür for sending

View File

@ -1,2 +1,2 @@
# set of available languages (in alphabetic order)
be bg ca cs de el en_GB es fi fr hu it ja nl pl pt_BR ro ru sv tr uk vi zh_CN zh_TW
be bg ca cs de el en_GB es fi fr hu it ja ko nl pl pt_BR ro ru sv tr uk vi zh_CN zh_TW

4955
po/ko.po Normal file

File diff suppressed because it is too large Load Diff

View File

@ -57,6 +57,7 @@ const gchar *translators[][2] = {
{ "hu", "Gabor Kmetyko &lt;kg_kilo@freemail.hu&gt;" },
{ "it", "Max Baldinelli &lt;m.baldinelli@agora.it&gt;,\nDario Santomarco &lt;dariello@yahoo.it&gt;" },
{ "ja", "Tarot Osuji &lt;tarot@sdf.lonestar.org&gt;\nChikahiro Masami &lt;cmasa.z321@gmail.com&gt;" },
{ "ko", "netkiss &lt;dotkabi@gmail.com&gt;" },
{ "nl", "Kurt De Bree &lt;kdebree@telenet.be&gt;" },
{ "pl_PL", "Jarosław Foksa &lt;jfoksa@gmail.com&gt;" },
{ "pt_BR", "Alexandra Moreire &lt;alexandream@gmail.com&gt;\nAdrovane Marques Kade &lt;adrovane@gmail.com&gt;" },