diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-10-17 11:27:49 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-10-17 11:27:49 -0300 |
commit | 9f7506cd11f6b2625f57d1effd988271e898bf05 (patch) | |
tree | 1a9ab8c518f1d71cc87ab1800649ffd9a62ac8d6 /data/bitmask.pro.template | |
parent | 0c2567096393f9a8fa86e0e7d8460ccca15756d7 (diff) | |
parent | a057c79a7954be6b6d78e02e009e2d717010a8b7 (diff) |
Merge remote-tracking branch 'ivan/feature/3925_automate-i18n' into develop
Diffstat (limited to 'data/bitmask.pro.template')
-rw-r--r-- | data/bitmask.pro.template | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/bitmask.pro.template b/data/bitmask.pro.template new file mode 100644 index 00000000..564103a3 --- /dev/null +++ b/data/bitmask.pro.template @@ -0,0 +1,9 @@ +{header} + +SOURCES += {sources} + +FORMS += {forms} + +# where to generate ts files -- tx will pick from here +# original file, english +TRANSLATIONS += ts/en_US.ts |