mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-08-04 20:51:51 +12:00
Qt: Add Spanish translation (#669)
Every string is translated except for two of the color themes `Cream` and `Greetings Cat` as I'm unsure where to literally translate it or keep the original name.
This commit is contained in:
parent
8940d78ea4
commit
4606be05ec
3 changed files with 767 additions and 3 deletions
|
@ -702,7 +702,7 @@ if(NOT BUILD_HYDRA_CORE AND NOT BUILD_LIBRETRO_CORE)
|
|||
)
|
||||
|
||||
# Translation files in Qt's .ts format. Will be converted into binary files and embedded into the executable
|
||||
set(TRANSLATIONS_TS docs/translations/en.ts docs/translations/el.ts)
|
||||
set(TRANSLATIONS_TS docs/translations/en.ts docs/translations/el.ts docs/translations/es.ts)
|
||||
|
||||
set_source_files_properties(${TRANSLATIONS_TS} PROPERTIES OUTPUT_LOCATION "${CMAKE_CURRENT_BINARY_DIR}/translations")
|
||||
qt_add_translation(TRANSLATIONS_QM ${TRANSLATIONS_TS})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue