Blender Git Commit Log

Git Commits -> Revision 55e3912

Revision 55e3912 by Bastien Montagne (master)
January 12, 2013, 16:49 (GMT)
Big refactor of bl_i18n_utils, switching to an object-based model. Still a bit wip.

Notes:
* Most tools here have been updated, only a few (unused :p ) features should be missing. But some updates are rough for now, and performances are globally worse currently, will address this later (this is only really noticeable when you work over the whole repo, anyway ;) ).
* This update breaks "edit translations" addon, will fix it later, once core (i.e. this module) is considered stable again!

Commit Details:

Full Hash: 55e3912f257a61ee32d75e7c8489ae4465975c49
SVN Revision: 53744
Parent Commit: 68d83f4
Lines Changed: +1097, -693

13 Modified Paths:

/release/scripts/modules/bl_i18n_utils/bl_process_msg.py (+205, -102) (Diff)
/release/scripts/modules/bl_i18n_utils/check_po.py (+60, -59) (Diff)
/release/scripts/modules/bl_i18n_utils/clean_po.py (+12, -15) (Diff)
/release/scripts/modules/bl_i18n_utils/import_po_from_branches.py (+20, -36) (Diff)
/release/scripts/modules/bl_i18n_utils/merge_po.py (+45, -60) (Diff)
/release/scripts/modules/bl_i18n_utils/settings.py (+67, -7) (Diff)
/release/scripts/modules/bl_i18n_utils/update_branches.py (+14, -25) (Diff)
/release/scripts/modules/bl_i18n_utils/update_languages_menu.py (+6, -6) (Diff)
/release/scripts/modules/bl_i18n_utils/update_mo.py (+5, -5) (Diff)
/release/scripts/modules/bl_i18n_utils/update_po.py (+30, -29) (Diff)
/release/scripts/modules/bl_i18n_utils/update_pot.py (+39, -40) (Diff)
/release/scripts/modules/bl_i18n_utils/update_trunk.py (+5, -23) (Diff)
/release/scripts/modules/bl_i18n_utils/utils.py (+589, -286) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021