mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-10 10:05:19 -04:00
Added hungarian language files.
Added missing language files to the plugins. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5801 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
929f872544
commit
2147ea63d2
54 changed files with 21831 additions and 73 deletions
|
@ -50,6 +50,7 @@ LanguageSupport::languages()
|
|||
languages.insert("fr", QString::fromUtf8("Fran\303\247ais"));
|
||||
languages.insert("fi", "Suomi");
|
||||
//languages.insert("gr", "Greek");
|
||||
languages.insert("hu", "Hungarian");
|
||||
//languages.insert("it", "Italiano");
|
||||
languages.insert("ja_JP", QString::fromUtf8("\346\227\245\346\234\254\350\252\236"));
|
||||
languages.insert("ko", QString::fromUtf8("\355\225\234\352\265\255\354\226\264"));
|
||||
|
@ -81,6 +82,7 @@ LanguageSupport::locales()
|
|||
locales.insert("fr", QLocale(QLocale::French, QLocale::France));
|
||||
locales.insert("fi", QLocale(QLocale::Finnish, QLocale::Finland));
|
||||
//locales.insert("gr", QLocale(QLocale::Greek, QLocale::Greece));
|
||||
locales.insert("hu", QLocale(QLocale::Hungarian, QLocale::Hungary));
|
||||
//locales.insert("it", QLocale(QLocale::Italian, QLocale::Italy));
|
||||
locales.insert("ja", QLocale(QLocale::Japanese, QLocale::Japan));
|
||||
locales.insert("ko", QLocale(QLocale::Korean, QLocale::RepublicOfKorea));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue