Codebase list faustworks / cb8c4df
Add patch to fix path to translations. Jaromír Mikeš 6 years ago
2 changed file(s) with 16 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Description: Fix path to translation.
1 Author: Jaromír Mikeš <mira.mikes@seznam.cz>
2 Forwarded: no
3
4 Index: faustworks/Resources/i18n.qrc
5 ===================================================================
6 --- faustworks.orig/Resources/i18n.qrc
7 +++ faustworks/Resources/i18n.qrc
8 @@ -1,5 +1,5 @@
9 <!DOCTYPE RCC><RCC version="1.0">
10 <qresource>
11 - <file>translations/i18n_ru.qm</file>
12 + <file>translations/i18n_ru.ts</file>
13 </qresource>
14 </RCC>
0 0001-Fix_ref_to_trans_file.patch