From 3513fbd66109b91ce1688dc1cf80521b3e5740cd Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Fri, 29 Aug 2014 16:33:51 +0800 Subject: po: Add initial translations Add the initial translation set for de, en, es, fr, it, ja, ko, pt_BR, ru, zh_CN and zh_TW languages. Signed-off-by: Jeremy Kerr --- ui/ncurses/nc-lang.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ui') diff --git a/ui/ncurses/nc-lang.c b/ui/ncurses/nc-lang.c index 5e92707..dee1290 100644 --- a/ui/ncurses/nc-lang.c +++ b/ui/ncurses/nc-lang.c @@ -38,7 +38,17 @@ static struct lang { const char *name; const wchar_t *label; } languages[] = { + { "de_DE.utf8", L"Deutsch"}, { "en_US.utf8", L"English"}, + { "es_ES.utf8", L"Espa\u00f1ol"}, + { "fr_FR.utf8", L"Fran\u00e7ais"}, + { "it_IT.utf8", L"Italiano"}, + { "ja_JP.utf8", L"\u65e5\u672c\u8a9e"}, + { "ko_KR.utf8", L"\ud55c\uad6d\uc5b4"}, + { "pt_BR.utf8", L"Portugu\u00eas/Brasil"}, + { "ru_RU.utf8", L"\u0420\u0443\u0441\u0441\u043a\u0438\u0439"}, + { "zh_CN.utf8", L"\u7b80\u4f53\u4e2d\u6587"}, + { "zh_TW.utf8", L"\u7e41\u9ad4\u4e2d\u6587"}, }; struct lang_screen { -- cgit v1.2.1