blender/release/scripts/modules/bl_i18n_utils
2013-01-04 18:19:07 +00:00
..
__init__.py rename module to something less generic. 2012-07-03 11:32:42 +00:00
bl_process_msg.py Finally fix the "double operators labels" in current po's: Operator sub-classes do not have custom "Operator" translation_context (while OperatorProperties subclasses do), so skip parsing the first! 2012-10-27 10:05:38 +00:00
check_po.py pep8 cleanup 2012-09-26 21:19:51 +00:00
clean_po.py style cleanup 2012-07-29 12:07:06 +00:00
import_po_from_branches.py Remove six languages from Blender UI (rational: very low level of translation, 1-2% at most, and no commit done in branch since more than one year): fi (Finnish), ca (Catalan), bg (Bulgarian), el (Greek), ne (Nepali) and pl (Polish). 2012-10-20 08:52:54 +00:00
merge_po.py style cleanup 2012-07-29 12:07:06 +00:00
rtl_preprocess.py Fix for rtl processing of menu strings... 2012-10-04 13:49:39 +00:00
settings.py Adding Uzbek language 2013-01-04 18:19:07 +00:00
spell_check_utils.py Usual UI messages-related fixes... 2012-12-30 23:21:33 +00:00
update_branches.py Back to generating a pot file into trunk/po of i18n repo (it's useful for translators who want to start a new translation without be able to generate their own po!). 2012-10-26 13:15:14 +00:00
update_languages_menu.py Removing again windows' long_locales! :p 2012-11-13 06:29:46 +00:00
update_mo.py Update of the tools for the new "dynamic" i18n menu, to generate the languages file into locale dir... 2012-10-22 14:17:30 +00:00
update_msg.py Some cleanup, and update to make those files usable both as self-executables and module stuff... 2012-07-08 17:10:10 +00:00
update_po.py style cleanup 2012-07-29 12:07:06 +00:00
update_pot.py Handle of new BLF_I18N_MSGID_MULTI_CTXT macro, which allows to define a same msgid in up to 16 different contexts at once. 2012-11-23 15:35:16 +00:00
update_trunk.py typo's and some style cleanup, also added asserts into BLI_vsnprintf and BLI_sprintfN when invalid args are given. 2012-11-28 06:43:04 +00:00
user_settings.py rename module to something less generic. 2012-07-03 11:32:42 +00:00
utils.py Few minor fixes to i18n tools (mostly use ordered dicts too for "xgettexted" messages...). 2012-10-14 14:18:30 +00:00