Polish translations from tx
This commit is contained in:
@ -4,6 +4,7 @@ source_lang = en
|
|||||||
trans.de = locale/messages_de.po
|
trans.de = locale/messages_de.po
|
||||||
trans.es = locale/messages_es.po
|
trans.es = locale/messages_es.po
|
||||||
trans.fr = locale/messages_fr.po
|
trans.fr = locale/messages_fr.po
|
||||||
|
trans.pl = locale/messages_pl.po
|
||||||
trans.pt = locale/messages_pt.po
|
trans.pt = locale/messages_pt.po
|
||||||
trans.ru_RU= locale/messages_ru.po
|
trans.ru_RU= locale/messages_ru.po
|
||||||
trans.sv_SE = locale/messages_sv.po
|
trans.sv_SE = locale/messages_sv.po
|
||||||
|
2
CHANGES
2
CHANGES
@ -1,7 +1,7 @@
|
|||||||
[Version key: $major.$minor$type, $type: a(lpha), b(eta), r(elease)c(andidate)]
|
[Version key: $major.$minor$type, $type: a(lpha), b(eta), r(elease)c(andidate)]
|
||||||
|
|
||||||
* 2013-10-27 1.104b-5 (kytv)
|
* 2013-10-27 1.104b-5 (kytv)
|
||||||
- Updated French, Portuguese, and Spanish translations from Transifex
|
- Updated French, Polish, Portuguese, and Spanish translations from Transifex
|
||||||
|
|
||||||
* 2013-10-23 1.104b-4 (zzz)
|
* 2013-10-23 1.104b-4 (zzz)
|
||||||
- Don't display PBE messages after deletion
|
- Don't display PBE messages after deletion
|
||||||
|
4108
locale/messages_pl.po
Normal file
4108
locale/messages_pl.po
Normal file
File diff suppressed because it is too large
Load Diff
@ -37,7 +37,7 @@ public class TranslationRegistry {
|
|||||||
* order not important, UI will sort
|
* order not important, UI will sort
|
||||||
*/
|
*/
|
||||||
private static final String[] SUPPORTED_TRANSLATIONS = {
|
private static final String[] SUPPORTED_TRANSLATIONS = {
|
||||||
"en", "de", "ru", "sv", "es", "fr", "pt"
|
"en", "de", "ru", "sv", "es", "fr", "pt", "pl"
|
||||||
};
|
};
|
||||||
|
|
||||||
private static final List<String> AVAILABLE_TRANSLATIONS;
|
private static final List<String> AVAILABLE_TRANSLATIONS;
|
||||||
|
Reference in New Issue
Block a user