add portuguese in brazil

This commit is contained in:
ViniciusOcker 2018-10-21 23:33:46 -03:00
parent c238d0a811
commit 54e07be305
3 changed files with 4469 additions and 1 deletions

View File

@ -6,7 +6,7 @@ endif
include $(TOPDIR)/Rules.mak
PO_LANGUAGES=es tr fr sk
LANGUAGES=de ru hr pl $(PO_LANGUAGES)
LANGUAGES=de ru hr pl pt_BR $(PO_LANGUAGES)
QM_XCA=$(patsubst %, xca_%.qm, $(LANGUAGES))
QM_QT=$(patsubst %, qt_%.qm, $(LANGUAGES))
TS_XCA=$(patsubst %, xca_%.ts, $(PO_LANGUAGES))

4467
lang/xca_pt_BR.ts Normal file

File diff suppressed because it is too large Load Diff

View File

@ -72,6 +72,7 @@ void MainWindow::init_menu()
myLang("Slovak", tr("Slovak"), QLocale("sk")) <<
myLang("Spanish", tr("Spanish"), QLocale("es")) <<
myLang("Polish", tr("Polish"), QLocale("pl")) <<
myLang("Portuguese in Brazil", tr("Portuguese in Brazil"), QLocale("pt_BR")) <<
myLang("Turkish", tr("Turkish"), QLocale("tr"));
languageMenu = new tipMenu(tr("Language"), this);