- enhancement: Portuguese Translation ( Thanks for crcpucmg@github)

This commit is contained in:
Roy Qu 2022-08-05 20:56:09 +08:00
parent 80451256c2
commit 8d4411ee55
6 changed files with 1628 additions and 1624 deletions

View File

@ -1,4 +1,10 @@
## Contributor of Icons # Contributors
## Translations
- Portuguese : crcpucmg@github
## Icons
- beanflame@github - beanflame@github
- XiaoLoong@github - XiaoLoong@github
@ -15,6 +21,8 @@ author: Alan-CRL
author: Alan-CRL author: Alan-CRL
## Themes
### Theme Contrast ### Theme Contrast
author: Alan-CRL author: Alan-CRL

View File

@ -1,3 +1,7 @@
Red Panda C++ Version 1.2
- enhancement: Portuguese Translation ( Thanks for crcpucmg@github)
Red Panda C++ Version 1.1.6 Red Panda C++ Version 1.1.6
- fix: block indent doesn't work - fix: block indent doesn't work

View File

@ -10,7 +10,7 @@ isEmpty(APP_NAME) {
} }
isEmpty(APP_VERSION) { isEmpty(APP_VERSION) {
APP_VERSION=1.1.6 APP_VERSION=1.2
} }
macos: { macos: {
@ -444,9 +444,9 @@ linux: {
} }
TRANSLATIONS += \ TRANSLATIONS += \
RedPandaIDE_zh_CN.ts \ translations/RedPandaIDE_zh_CN.ts \
RedPandaIDE_zh_TW.ts \ translations/RedPandaIDE_zh_TW.ts \
RedPandaIDE_pt_BR.ts translations/RedPandaIDE_pt_BR.ts
#CONFIG += lrelease embed_translations #CONFIG += lrelease embed_translations

View File

@ -95,7 +95,7 @@ void EnvironmentAppearenceWidget::init()
ui->cbTheme->addItem(appTheme->displayName(),appTheme->name()); ui->cbTheme->addItem(appTheme->displayName(),appTheme->name());
} }
ui->cbLanguage->addItem(tr("English"),"en"); ui->cbLanguage->addItem(tr("English"),"en");
ui->cbLanguage->addItem(tr("Portuguese"),"pt"); ui->cbLanguage->addItem(tr("Portuguese"),"pt_BR");
ui->cbLanguage->addItem(tr("Simplified Chinese"),"zh_CN"); ui->cbLanguage->addItem(tr("Simplified Chinese"),"zh_CN");
ui->cbLanguage->addItem(tr("Traditional Chinese"),"zh_TW"); ui->cbLanguage->addItem(tr("Traditional Chinese"),"zh_TW");
QList<PIconSet> iconSets = pIconsManager->listIconSets(); QList<PIconSet> iconSets = pIconsManager->listIconSets();

File diff suppressed because it is too large Load Diff

View File

@ -23,7 +23,7 @@ SUBDIRS += \
APP_NAME = RedPandaCPP APP_NAME = RedPandaCPP
APP_VERSION = 1.1.6 APP_VERSION = 1.2
linux: { linux: {
isEmpty(PREFIX) { isEmpty(PREFIX) {