Changing the output folder
Macarse opened this issue · comments
Right now everything is saved on "locale".
As far as I know launchpad needs to have this folder called exactly the same as the project. In my case "smspopup".
It would be nice to have a cfg file where I can write down the path of the output folder.
You can already specify the output folder using --gettext. Once config file support is done, you can just put the option into your configuration file, instead of having to specify it on the command line every time.
In fact, configuration files should mostly work already, but it isn't documented yet, so if you want to dig into the source you might get it to work.
This isn't right. The folder for the translation files don't need to have the same name as the project. Look at the Astrid translation for example: http://bazaar.launchpad.net/~tim-todoroo/astrid/main/files/head%3A/translations/
You can now use a configuration file to specify the --gettext option. See the README.rst file for more information.