Polish translations from tx

This commit is contained in:
kytv
2013-10-29 02:09:58 +00:00
parent c40e7bcae5
commit 2fcedd4ac3
4 changed files with 4111 additions and 2 deletions

View File

@ -4,6 +4,7 @@ source_lang = en
trans.de = locale/messages_de.po
trans.es = locale/messages_es.po
trans.fr = locale/messages_fr.po
trans.pl = locale/messages_pl.po
trans.pt = locale/messages_pt.po
trans.ru_RU= locale/messages_ru.po
trans.sv_SE = locale/messages_sv.po

View File

@ -1,7 +1,7 @@
[Version key: $major.$minor$type, $type: a(lpha), b(eta), r(elease)c(andidate)]
* 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)
- Don't display PBE messages after deletion

4108
locale/messages_pl.po Normal file

File diff suppressed because it is too large Load Diff

View File

@ -37,7 +37,7 @@ public class TranslationRegistry {
* order not important, UI will sort
*/
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;