mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 15:24:05 +00:00
feat: Adds Hungarian translation via .ts file (#1752)
* Add original HU translation from orig goldendict --------- Co-authored-by: shenleban tongying <shenlebantongying@gmail.com>
This commit is contained in:
parent
5e62b1c567
commit
11717fbf62
|
@ -239,7 +239,9 @@ else ()
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
qt_add_translations(${GOLDENDICT} TS_FILES ${TRANS_FILES}
|
qt_add_translations(${GOLDENDICT} TS_FILES ${TRANS_FILES}
|
||||||
QM_FILES_OUTPUT_VARIABLE qm_files)
|
QM_FILES_OUTPUT_VARIABLE qm_files
|
||||||
|
LUPDATE_OPTIONS "-no-ui-lines -locations none -no-obsolete")
|
||||||
|
|
||||||
add_dependencies(${GOLDENDICT} "release_translations")
|
add_dependencies(${GOLDENDICT} "release_translations")
|
||||||
|
|
||||||
#### installation or assemble redistribution
|
#### installation or assemble redistribution
|
||||||
|
|
4284
locale/hu_HU.ts
Normal file
4284
locale/hu_HU.ts
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue