Commit b03a6096 by Will Daly

Added missing import of sys to i18n/dummy.py

Removed unused make_dummy.py
Made dummy.py executable
parent 0f8919a6
...@@ -23,6 +23,7 @@ generates output conf/locale/$DUMMY_LOCALE/LC_MESSAGES, ...@@ -23,6 +23,7 @@ generates output conf/locale/$DUMMY_LOCALE/LC_MESSAGES,
where $DUMMY_LOCALE is the dummy_locale value set in the i18n config where $DUMMY_LOCALE is the dummy_locale value set in the i18n config
""" """
import sys
import os import os
import polib import polib
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment