Add Japanese and Slovak languages

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
Lukas Fleischer 2013-08-26 18:45:10 +02:00
parent 924da81e64
commit be80aa0f01
4 changed files with 2180 additions and 0 deletions

View file

@ -14,6 +14,7 @@ POFILES = \
hr.po \
hu.po \
it.po \
ja.po \
nb.po \
nl.po \
pl.po \
@ -21,6 +22,7 @@ POFILES = \
pt_PT.po \
ro.po \
ru.po \
sk.po \
sr.po \
tr.po \
uk.po \

1088
po/ja.po Normal file

File diff suppressed because it is too large Load diff

1088
po/sk.po Normal file

File diff suppressed because it is too large Load diff

View file

@ -33,6 +33,7 @@ $SUPPORTED_LANGS = array(
"hr" => "Hrvatski",
"hu" => "Magyar",
"it" => "Italiano",
"ja" => "日本語",
"nb" => "Norsk",
"nl" => "Nederlands",
"pl" => "Polski",
@ -40,6 +41,7 @@ $SUPPORTED_LANGS = array(
"pt_PT" => "Português (Portugal)",
"ro" => "Română",
"ru" => "Русский",
"sk" => "Slovenčina",
"sr" => "Srpski",
"tr" => "Türkçe",
"uk" => "Українська",