diff --git a/dist/languages/.tx/config b/dist/languages/.tx/config index dfade2b1c..b29210d5e 100644 --- a/dist/languages/.tx/config +++ b/dist/languages/.tx/config @@ -1,13 +1,13 @@ [main] host = https://www.transifex.com -[o:citra:p:citra:r:emulator] +[o:lime3ds:p:lime3ds:r:emulator] file_filter = .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-/strings.xml source_file = ../../src/android/app/src/main/res/values/strings.xml type = ANDROID diff --git a/src/lime_qt/CMakeLists.txt b/src/lime_qt/CMakeLists.txt index 6463726fe..d44dfc799 100644 --- a/src/lime_qt/CMakeLists.txt +++ b/src/lime_qt/CMakeLists.txt @@ -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