mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-07 22:02:32 -04:00
Added patch from Henry
- enable italian language Updated languages from transiflex. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5947 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b7934e9e6a
commit
8596b2ca9e
79 changed files with 13883 additions and 10481 deletions
|
@ -8,6 +8,7 @@
|
|||
<file>retroshare_fi.qm</file>
|
||||
<file>retroshare_fr.qm</file>
|
||||
<file>retroshare_hu.qm</file>
|
||||
<file>retroshare_it.qm</file>
|
||||
<file>retroshare_ja_JP.qm</file>
|
||||
<file>retroshare_ko.qm</file>
|
||||
<file>retroshare_pl.qm</file>
|
||||
|
|
|
@ -51,7 +51,7 @@ LanguageSupport::languages()
|
|||
languages.insert("fi", "Suomi");
|
||||
//languages.insert("gr", "Greek");
|
||||
languages.insert("hu", "Magyar");
|
||||
//languages.insert("it", "Italiano");
|
||||
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"));
|
||||
languages.insert("pl", "Polski");
|
||||
|
@ -83,7 +83,7 @@ LanguageSupport::locales()
|
|||
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("it", QLocale(QLocale::Italian, QLocale::Italy));
|
||||
locales.insert("ja", QLocale(QLocale::Japanese, QLocale::Japan));
|
||||
locales.insert("ko", QLocale(QLocale::Korean, QLocale::RepublicOfKorea));
|
||||
locales.insert("pl", QLocale(QLocale::Polish, QLocale::Poland));
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -725,6 +725,7 @@ TRANSLATIONS += \
|
|||
lang/retroshare_fi.ts \
|
||||
lang/retroshare_fr.ts \
|
||||
lang/retroshare_hu.ts \
|
||||
lang/retroshare_it.ts \
|
||||
lang/retroshare_ja_JP.ts \
|
||||
lang/retroshare_ko.ts \
|
||||
lang/retroshare_pl.ts \
|
||||
|
@ -739,7 +740,6 @@ unfinishedtranslations {
|
|||
lang/retroshare_bg.ts \
|
||||
lang/retroshare_af.ts \
|
||||
lang/retroshare_gr.ts \
|
||||
lang/retroshare_it.ts \
|
||||
lang/retroshare_nl.ts \
|
||||
lang/retroshare_pt.ts \
|
||||
lang/retroshare_sl.ts \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue