diff options
author | kali <kali@leap.se> | 2012-12-20 08:19:55 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-12-20 08:19:55 +0900 |
commit | 06bccc52c84a93407ab4699a2749b24f55fe3061 (patch) | |
tree | 55036b34f7d8e92b46472218553984870c036730 /data/leap_client.pro | |
parent | d04c93134ad3daaee0ca280824ab3288bfc5029c (diff) |
working transifex workflow
Closes #666
Diffstat (limited to 'data/leap_client.pro')
-rw-r--r-- | data/leap_client.pro | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/data/leap_client.pro b/data/leap_client.pro index 01fbafcd..4c559029 100644 --- a/data/leap_client.pro +++ b/data/leap_client.pro @@ -1,2 +1,20 @@ +# qmake file + +# is not there a f*** way of expanding this? other to template with python I mean... + SOURCES += ../src/leap/gui/firstrun/intro.py -TRANSLATIONS += translations/leap_client_es_ES.ts +SOURCES += ../src/leap/gui/firstrun/last.py +SOURCES += ../src/leap/gui/firstrun/login.py +SOURCES += ../src/leap/gui/firstrun/providerinfo.py +SOURCES += ../src/leap/gui/firstrun/providerselect.py +SOURCES += ../src/leap/gui/firstrun/providersetup.py +SOURCES += ../src/leap/gui/firstrun/register.py +SOURCES += ../src/leap/gui/firstrun/regvalidation.py +SOURCES += ../src/leap/gui/firstrun/wizard.py + +# where to generate ts files -- tx will pick from here + +# original file, english + +TRANSLATIONS += ts/en_US.ts + |