installs *.mo files

This commit is contained in:
Christian Moser 2025-03-13 23:42:44 +01:00
parent 5d5e8f0030
commit 289d18e1b6
Failed to extract signature

View File

@ -40,7 +40,7 @@ setup(
'*.ui' '*.ui'
], ],
'sgbackup.locale': [ 'sgbackup.locale': [
'*/*.mo', '*/LC_MESSAGES/*.mo',
'*/LC_MESSAGES/*.po', '*/LC_MESSAGES/*.po',
], ],
}, },