mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-12-24 08:02:48 -06:00
Updated Transifex translation configs
This commit is contained in:
parent
f9b034b929
commit
97932f94f8
2 changed files with 3 additions and 3 deletions
4
dist/languages/.tx/config
vendored
4
dist/languages/.tx/config
vendored
|
@ -1,13 +1,13 @@
|
|||
[main]
|
||||
host = https://www.transifex.com
|
||||
|
||||
[o:citra:p:citra:r:emulator]
|
||||
[o:lime3ds:p:lime3ds:r:emulator]
|
||||
file_filter = <lang>.ts
|
||||
source_file = en.ts
|
||||
source_lang = en
|
||||
type = QT
|
||||
|
||||
[o:citra:p:citra:r:android]
|
||||
[o:lime3ds:p:lime3ds:r:android]
|
||||
file_filter = ../../src/android/app/src/main/res/values-<lang>/strings.xml
|
||||
source_file = ../../src/android/app/src/main/res/values/strings.xml
|
||||
type = ANDROID
|
||||
|
|
|
@ -220,7 +220,7 @@ if (ENABLE_QT_TRANSLATION)
|
|||
SOURCES ${QT_SRCS} ${UIS}
|
||||
INCLUDE_DIRECTORIES ${QT_INCLUDES}
|
||||
NO_GLOBAL_TARGET)
|
||||
add_custom_target(translation ALL DEPENDS citra-qt_lupdate)
|
||||
add_custom_target(translation ALL DEPENDS lime-qt_lupdate)
|
||||
endif()
|
||||
|
||||
# Find all TS files except en.ts
|
||||
|
|
Loading…
Reference in a new issue