Skip to content

Commit

Permalink
preparation to Brazilian Portuguese translation
Browse files Browse the repository at this point in the history
  • Loading branch information
schdub committed May 19, 2015
1 parent 4e36226 commit b0abd07
Show file tree
Hide file tree
Showing 6 changed files with 2,144 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ set(SQLB_TSS
"${CMAKE_SOURCE_DIR}/src/translations/sqlb_de.ts"
"${CMAKE_SOURCE_DIR}/src/translations/sqlb_fr.ts"
"${CMAKE_SOURCE_DIR}/src/translations/sqlb_ru.ts"
"${CMAKE_SOURCE_DIR}/src/translations/sqlb_pt_BR.ts"
)

if(USE_QT5)
Expand Down
3 changes: 2 additions & 1 deletion src/src.pro
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ TRANSLATIONS += \
translations/sqlb_zh.ts \
translations/sqlb_de.ts \
translations/sqlb_fr.ts \
translations/sqlb_ru.ts
translations/sqlb_ru.ts \
translations/sqlb_pt_BR.ts

CONFIG(sqlcipher) {
QMAKE_CXXFLAGS += -DENABLE_SQLCIPHER
Expand Down
Binary file added src/translations/flags/br.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/translations/flags/flags.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
<file alias="fr_FR">fr.png</file>
<file alias="ru_RU">ru.png</file>
<file alias="zh_CN">cn.png</file>
<file alias="pt_BR">br.png</file>
</qresource>
</RCC>
Loading

0 comments on commit b0abd07

Please sign in to comment.