-
Notifications
You must be signed in to change notification settings - Fork 1
Devoloping Process
We use three hosting site for this project: Sourceforge, Github and Launchpad.
-
Sourceforge is for downloading released versions.
-
Github is for code hosting, issue tracking and patch merging.
-
Launchpad is for translation.
There are 2 branch on Launchpad.
The default one lp:4digits
points to ~fossilet/4digits/develop
, which imports Github HEAD branch automatically. The translations are set up importing POT files automatically from the default branch. The other branch is ~fossilet/4digits/translations
, which imports translations done by Launchpad Translators Group automatically.
To incorporate the translation on Lanchpad, just update the po
directory from the the Launchpad Bazaar branch ~fossilet/4digits/translations
, and push to Github.
To test different translations in the source distribution, prefix the command with LANGUAGE environment, like:
LANGUAGE=zh_TW ./4digits
Note this will only change user-translated strings. GTK stock texts will not be translated.