diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-07-06 22:56:02 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-07-06 23:06:05 -0700 |
commit | 06842dd0aa43a6c36178f5fc47e34403a0192031 (patch) | |
tree | 2658a62f4249e66e337a71287a0b384b0af6a6d6 /editors/notepadnext/files | |
parent | math/dbcsr: Update 2.2.0 -> 2.3.0 (diff) |
editors/notepadnext: Update 0.5.2 -> 0.5.3
Reported by: portscout
Diffstat (limited to 'editors/notepadnext/files')
-rw-r--r-- | editors/notepadnext/files/patch-src_i18n.pri | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/editors/notepadnext/files/patch-src_i18n.pri b/editors/notepadnext/files/patch-src_i18n.pri index 470a657c1617..302b41411770 100644 --- a/editors/notepadnext/files/patch-src_i18n.pri +++ b/editors/notepadnext/files/patch-src_i18n.pri @@ -1,20 +1,24 @@ - translations are broken, see https://github.com/dail8859/NotepadNext/issues/147 ---- src/i18n.pri.orig 2022-05-27 20:06:21 UTC +--- src/i18n.pri.orig 2022-07-07 05:49:45 UTC +++ src/i18n.pri -@@ -18,11 +18,11 @@ +@@ -18,13 +18,13 @@ CONFIG += lrelease -TRANSLATIONS = \ -- ../../i18n/NotepadNext.zh_CN.ts +- ../../i18n/NotepadNext.zh_CN.ts \ +- ../../i18n/NotepadNext.sv_SE.ts +#TRANSLATIONS = \ -+# ../../i18n/NotepadNext.zh_CN.ts ++# ../../i18n/NotepadNext.zh_CN.ts \ ++# ../../i18n/NotepadNext.sv_SE.ts -EXTRA_TRANSLATIONS = \ -- $$[QT_INSTALL_TRANSLATIONS]/qt_zh_CN.qm +- $$[QT_INSTALL_TRANSLATIONS]/qt_zh_CN.qm \ +- $$[QT_INSTALL_TRANSLATIONS]/qt_sv.qm +#EXTRA_TRANSLATIONS = \ -+# $$[QT_INSTALL_TRANSLATIONS]/qt_zh_CN.qm ++# $$[QT_INSTALL_TRANSLATIONS]/qt_zh_CN.qm \ ++# $$[QT_INSTALL_TRANSLATIONS]/qt_sv.qm # Output folder for `.qm` files -LRELEASE_DIR = $$OUT_PWD/i18n |