Skip to content

Commit 36c64dc

Browse files
committed
separate the file to initialize internationalization messages
1 parent 0dac194 commit 36c64dc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/compile_messages.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/python3
2+
3+
from web.i18n.PoParser import PoParser
4+
5+
PoParser.compile_po_files()

0 commit comments

Comments
 (0)