mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-07 05:53:59 -07:00
[WIP] add english translation (#4120)
* move en.ts to en@source.ts * run lupdate Co-authored-by: ZeldaZach <zahalpern+github@gmail.com>
This commit is contained in:
parent
2885f93fdf
commit
5d31b70406
5 changed files with 2832 additions and 2674 deletions
|
|
@ -37,7 +37,7 @@ set(oracle_RESOURCES oracle.qrc)
|
|||
IF(UPDATE_TRANSLATIONS)
|
||||
FILE(GLOB_RECURSE translate_oracle_SRCS src/*.cpp src/*.h ../cockatrice/src/settingscache.cpp)
|
||||
SET(translate_SRCS ${translate_oracle_SRCS})
|
||||
SET(oracle_TS "${CMAKE_CURRENT_SOURCE_DIR}/translations/oracle_en.ts")
|
||||
SET(oracle_TS "${CMAKE_CURRENT_SOURCE_DIR}/translations/oracle_en@source.ts")
|
||||
ELSE()
|
||||
FILE(GLOB oracle_TS "${CMAKE_CURRENT_SOURCE_DIR}/translations/*.ts")
|
||||
ENDIF(UPDATE_TRANSLATIONS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue