Blender Git Commit Log

Git Commits -> Revision 2d8a9a0

Revision 2d8a9a0 by Bastien Montagne (master)
July 2, 2012, 19:51 (GMT)
Adding (moving from bf-translation) the i18n python module. This will make it available for future "UI Translation" addon, and probably other UI-related tools as well.

Notes:
* This is a somewhat reworked version of what is currently in bf-translation's trunk/po/tools, not yet fully functionnal (well, 95% is ;) ) nor fully tested. ultimately, it will replace it (being "svn-linked" in bf-translation).
* Added feature: more complete/strict tests (yet some work to be done here).
* Added spell checking (huge spellcheck commit incomming...).
* Trying to get rid of xgettext itself (should e.g. allow us to use #defines as contexts, among other things...). But currently captures less strings, work needed here too.

Please note this includes libfribidi.dll, as it is hard to find it for windows (unixes should have no problems here).

Commit Details:

Full Hash: 2d8a9a0cc393aabb5a3b2bc83ed063098875f799
SVN Revision: 48503
Parent Commit: afd2c5c
Lines Changed: +3372, -0

17 Added Paths:

/release/scripts/modules/i18n/bl_process_msg.py (+544, -0) (View)
/release/scripts/modules/i18n/check_po.py (+175, -0) (View)
/release/scripts/modules/i18n/clean_po.py (+97, -0) (View)
/release/scripts/modules/i18n/import_po_from_branches.py (+119, -0) (View)
/release/scripts/modules/i18n/merge_po.py (+156, -0) (View)
/release/scripts/modules/i18n/rtl_preprocess.py (+231, -0) (View)
/release/scripts/modules/i18n/settings.py (+263, -0) (View)
/release/scripts/modules/i18n/spell_check_utils.py (+490, -0) (View)
/release/scripts/modules/i18n/update_branches.py (+104, -0) (View)
/release/scripts/modules/i18n/update_mo.py (+91, -0) (View)
/release/scripts/modules/i18n/update_msg.py (+69, -0) (View)
/release/scripts/modules/i18n/update_po.py (+166, -0) (View)
/release/scripts/modules/i18n/update_pot.py (+314, -0) (View)
/release/scripts/modules/i18n/update_trunk.py (+132, -0) (View)
/release/scripts/modules/i18n/user_settings.py (+23, -0) (View)
/release/scripts/modules/i18n/utils.py (+377, -0) (View)
/release/scripts/modules/i18n/__init__.py (+21, -0) (View)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021