mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
Added English (United Kingdom) translation
Not a huge change from the default US English but also added the flag. This was done to document the process for the wiki!
This commit is contained in:
@@ -150,6 +150,7 @@ set(SQLB_TSS
|
||||
"${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"
|
||||
"${CMAKE_SOURCE_DIR}/src/translations/sqlb_en_GB.ts"
|
||||
)
|
||||
|
||||
if(USE_QT5)
|
||||
|
||||
@@ -103,7 +103,8 @@ TRANSLATIONS += \
|
||||
translations/sqlb_de.ts \
|
||||
translations/sqlb_fr.ts \
|
||||
translations/sqlb_ru.ts \
|
||||
translations/sqlb_pt_BR.ts
|
||||
translations/sqlb_pt_BR.ts \
|
||||
translations/sqlb_en_GB.ts
|
||||
|
||||
CONFIG(sqlcipher) {
|
||||
QMAKE_CXXFLAGS += -DENABLE_SQLCIPHER
|
||||
|
||||
@@ -6,5 +6,6 @@
|
||||
<file alias="ru_RU">ru.png</file>
|
||||
<file alias="zh_CN">cn.png</file>
|
||||
<file alias="pt_BR">br.png</file>
|
||||
<file alias="en_GB">gb.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
||||
BIN
src/translations/flags/gb.png
Normal file
BIN
src/translations/flags/gb.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 735 B |
2801
src/translations/sqlb_en_GB.ts
Normal file
2801
src/translations/sqlb_en_GB.ts
Normal file
File diff suppressed because it is too large
Load Diff
@@ -5,5 +5,6 @@
|
||||
<file alias="sqlb_fr">sqlb_fr.qm</file>
|
||||
<file alias="sqlb_zh">sqlb_zh.qm</file>
|
||||
<file alias="sqlb_pt_BR">sqlb_pt_BR.qm</file>
|
||||
<file alias="sqlb_en_GB">sqlb_en_GB.qm</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
||||
Reference in New Issue
Block a user