summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2014-08-29 16:33:51 +0800
committerJeremy Kerr <jk@ozlabs.org>2014-09-18 18:29:53 +0800
commit3513fbd66109b91ce1688dc1cf80521b3e5740cd (patch)
tree34864d58cdf624e3995c545810f4f20cf88b9a0c /ui
parent742b01687510dd78b3f5e6d3b98b5f420eb70443 (diff)
downloadtalos-petitboot-3513fbd66109b91ce1688dc1cf80521b3e5740cd.tar.gz
talos-petitboot-3513fbd66109b91ce1688dc1cf80521b3e5740cd.zip
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 <jk@ozlabs.org>
Diffstat (limited to 'ui')
-rw-r--r--ui/ncurses/nc-lang.c10
1 files changed, 10 insertions, 0 deletions
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 {
OpenPOWER on IntegriCloud