Commit Graph

7 Commits

Author SHA1 Message Date
d47e9be4fb Fix: replaced Python module "imp" with "implib"
Python 3.4.0 deprecated the "imp" module, and replaced it with
"importlib". This changes imp.reload() into implib.reload().

Reviewers: campbellbarton

Differential Revision: https://developer.blender.org/D1016
2015-01-22 17:05:39 +11:00
327830452e Cache the addons' list (also fixes issue with edited strings). 2013-04-21 13:56:25 +00:00
86fb6178a6 Some cleanups and fixes, and use new "progressbar" api for main translation operators (which can be rather long), thanks Gaia! :) 2013-04-19 16:24:18 +00:00
9208bd771a UI translation: now addons' authors have all needed tools to manage their own translations.
* Update: update (or create) an addon's translation data (as some py code).
* Export PO: export an addon's translation data in a set of pot/po's files.
* Import PO: import a set of po's files to update an addon's translations.

Note: current i18n doc on wiki is completely outdated, I will try to fix this in following days.
2013-04-18 15:39:28 +00:00
46c41ca8e9 We need no more that hack! 2013-04-15 15:02:58 +00:00
7d6131d4e3 More fixes for addon i18n messages management. 2013-04-12 12:21:16 +00:00
906517bac3 Add base for addons' i18n tools. WARNING: nearly nothing is functionnal yet!
Also a few minor edits (and add a version number to this addon!)...
2013-04-09 08:59:56 +00:00