Silme:apps
From Braniecki's Wiki
Contents |
[edit] webtool
- install django
- pull silme
- enter ./www
- prepare settings.py
- python manage.py syncdb
- python manage.py runserver
[edit] GUI tool
- install QT4
- install PyQT4
- pull silme
- enter ./gui/qt4
- python l10nObject.py
[edit] Command line tools
- make sure you have python 2.5
- pull silme
[edit] compare-locales
compares two locales
launch by
./scripts/compare-locales.py PATH1 PATH2
[edit] compare-versions
compares two paths including value changes
./scripts/compare-locales.py PATH1 PATH2
[edit] l10nconv
converts one format to another
./scripts/l10nconv.py file1 file2
[edit] l10nmerge
merges two locales (for example xy to en-US) to build usable bundle
./scripts/l10nmerge.py PATH1 PATH2 RESULTPATH
