mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
add portuguese in brazil
This commit is contained in:
parent
c238d0a811
commit
54e07be305
@ -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
4467
lang/xca_pt_BR.ts
Normal file
File diff suppressed because it is too large
Load Diff
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user