From fd362fecd88ad7d5692dcd5686c3f05d46cb3c45 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Fri, 3 Oct 2014 16:45:13 -0300 Subject: Update i18n strings. Exclude pinned providers and tests from the bitmask.pro generator since there is no strings to translate in there. --- data/make_project_file.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'data/make_project_file.py') diff --git a/data/make_project_file.py b/data/make_project_file.py index d1567837..5519e128 100755 --- a/data/make_project_file.py +++ b/data/make_project_file.py @@ -52,7 +52,8 @@ if __name__ == '__main__': # Source files includes = ["*.py"] - excludes = ['__init__.py', '_version.py', 'ui_*.py', '*_rc.py'] + excludes = ['__init__.py', '_version.py', 'ui_*.py', '*_rc.py', + 'pinned*.py', 'tests'] sources = list_files(includes, excludes, SOURCE_ROOT) sources = " \\\n".join(["../{0}".format(f) for f in sources]) -- cgit v1.2.3