1
0
mirror of https://github.com/dkmstr/openuds-gui.git synced 2025-01-03 05:17:36 +03:00

fixed toUDS to remove printing all found strings

This commit is contained in:
Adolfo Gómez García 2022-05-19 09:17:19 +02:00
parent 0847919120
commit bb04e4d77e

View File

@ -107,7 +107,6 @@ def extractTranslations():
s = s.strip()
s = s.replace('\n', '\\n')
print('Found string {}'.format(s))
print('gettext("{}");'.format(s), file=output)
with open(os.path.join(os.path.join(UDS, STATIC), 'translations-fakejs.js'), 'w', encoding='utf8') as output: