Updated Transifex translation configs

This commit is contained in:
OpenSauce04 2024-05-17 10:41:31 +01:00
parent f9b034b929
commit 97932f94f8
2 changed files with 3 additions and 3 deletions

View file

@ -1,13 +1,13 @@
[main] [main]
host = https://www.transifex.com host = https://www.transifex.com
[o:citra:p:citra:r:emulator] [o:lime3ds:p:lime3ds:r:emulator]
file_filter = <lang>.ts file_filter = <lang>.ts
source_file = en.ts source_file = en.ts
source_lang = en source_lang = en
type = QT 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 file_filter = ../../src/android/app/src/main/res/values-<lang>/strings.xml
source_file = ../../src/android/app/src/main/res/values/strings.xml source_file = ../../src/android/app/src/main/res/values/strings.xml
type = ANDROID type = ANDROID

View file

@ -220,7 +220,7 @@ if (ENABLE_QT_TRANSLATION)
SOURCES ${QT_SRCS} ${UIS} SOURCES ${QT_SRCS} ${UIS}
INCLUDE_DIRECTORIES ${QT_INCLUDES} INCLUDE_DIRECTORIES ${QT_INCLUDES}
NO_GLOBAL_TARGET) NO_GLOBAL_TARGET)
add_custom_target(translation ALL DEPENDS citra-qt_lupdate) add_custom_target(translation ALL DEPENDS lime-qt_lupdate)
endif() endif()
# Find all TS files except en.ts # Find all TS files except en.ts