Fix indentation

This commit is contained in:
Vladimir
2025-12-26 17:23:52 +05:00
parent c8d59bafab
commit e207792041
2 changed files with 2 additions and 4 deletions

View File

@@ -436,8 +436,6 @@ defineReplace(prependAll) {
return($$result) return($$result)
} }
TRANSLATIONS = $$prependAll(LANGUAGES, $$PWD/resources/lcd-image-converter-, .ts) TRANSLATIONS = $$prependAll(LANGUAGES, $$PWD/resources/lcd-image-converter-, .ts)
TRANSLATIONS_FILES = TRANSLATIONS_FILES =

View File

@@ -11,8 +11,8 @@
<file alias="gpl3">gpl-3.0-standalone.html</file> <file alias="gpl3">gpl-3.0-standalone.html</file>
</qresource> </qresource>
<qresource prefix="/translations"> <qresource prefix="/translations">
<file alias="ru">lcd-image-converter-ru.qm</file> <file alias="ru">lcd-image-converter-ru_RU.qm</file>
<file alias="zh_CN">lcd-image-converter-zh_CN.qm</file> <file alias="zh_CN">lcd-image-converter-zh_CN.qm</file>
</qresource> </qresource>
<qresource prefix="/demos"> <qresource prefix="/demos">
<file alias="scanning_background">demos/scanning_background.png</file> <file alias="scanning_background">demos/scanning_background.png</file>