mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-07-04 20:25:25 +02:00
Add basic Dutch translations by jelle619 and translation scripts
This commit is contained in:
8
webapp/bin/tr_compile.py
Normal file
8
webapp/bin/tr_compile.py
Normal file
@ -0,0 +1,8 @@
|
||||
#!flask/bin/python
|
||||
import os
|
||||
import sys
|
||||
if sys.platform == 'win32':
|
||||
pybabel = 'flask\\Scripts\\pybabel'
|
||||
else:
|
||||
pybabel = 'pybabel'
|
||||
os.system(pybabel + ' compile -d titanembeds/translations')
|
Reference in New Issue
Block a user