Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-06Cleanup: pep8Campbell Barton
2021-06-15Cleanup: unused argument & variable warningsCampbell Barton
2021-03-06Cleanup: unused importsCampbell Barton
2020-12-11Cleanup: trailing spaceCampbell Barton
2020-12-04i18n utils: Add a helper to list and match po files with languages codes.Bastien Montagne
2020-12-04i18n utils : Reduce dependency to Blender bpy API, step 2.Bastien Montagne
2020-12-04i18n utils: reduce dependency to Blender bpy API, step 1.Bastien Montagne
2020-10-02Cleanup: pep8 (indentation, spacing, long lines)Campbell Barton
2020-05-05Various fixes, cleanup and improvements to i18n module.Bastien Montagne
2020-03-20Fix T74959: Need to be explicit about UTF8 encoding in py.Bastien Montagne
2020-01-30Cleanup: resolve static analyzer warnings in bl_i18n_utilsCampbell Barton
2019-08-16Cleanup: spellingCampbell Barton
2019-08-01Cleanup a bit i18n message extraction code.Bastien Montagne
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
2019-03-01Cleanup: use preferences prefix for Python operatorsCampbell Barton
2018-12-24Fix and workaround for i18n messages extraction code.Bastien Montagne
2018-12-21RNA: naming, user-preferences -> preferencesCampbell Barton
2018-09-13PyAPI: remove operator methods that leak memoryCampbell Barton
2018-09-03Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-07-07Cleanup: pep8Campbell Barton
2015-06-13Translations utils: add needed bits to update git repo together with svn trunk.Bastien Montagne
2015-05-31Python: avoid mutable default param valuesCampbell Barton
2015-01-28cleanup: py importsCampbell Barton
2014-09-17Cleanup: pep8Campbell Barton
2014-02-13Code cleanup: styleCampbell Barton
2013-11-04Update i18n tools for new build_hash...Bastien Montagne
2013-10-19More complete handling of printf formatting in msgid/msgstr checks.Bastien Montagne
2013-10-17i18n utils: check not only that the number of printf markers are the same in ...Bastien Montagne
2013-08-28Fix for #36387, User Preferences "Addons" panel bogs down the whole interface.Lukas Toenne
2013-04-29Do not report formatting mismatch between org and translation when message is...Bastien Montagne
2013-04-19Restore usage of difflib's quick_ratio()... Don't actually know what happens ...Bastien Montagne
2013-04-18Some i18n tools fixes (I'm ashamed...), and merge func for I18nMessages objects.Bastien Montagne
2013-04-18More i18n tools tweaks:Bastien Montagne
2013-04-12More fixes for addon i18n messages management.Bastien Montagne
2013-04-09Various edits preparing addons' translations tools (not everything yet functi...Bastien Montagne
2013-03-28code cleanup: python/pep8 and double-promotion warnings.Campbell Barton
2013-03-19Small changes/additions to i18n tools.Bastien Montagne
2013-03-19Some renaming/cleanup in i18n tools.Bastien Montagne
2013-03-01More tweaks (gaining about ten seconds for each po in update branches process!).Bastien Montagne
2013-02-25Tame that stupid py code not to eat existing fuzzies in po’s when updating ...Bastien Montagne
2013-02-24Big i18n tools update, I/II.Bastien Montagne
2013-02-14Gah, forgot some ugly print...Bastien Montagne
2013-02-12Update to how similar messages matching is handled when updating po files fro...Bastien Montagne
2013-01-29Some optimization (their is much more possible here, but it will have to wait...Bastien Montagne
2013-01-15Some fixes:Bastien Montagne
2013-01-13Minor updates:Bastien Montagne
2013-01-12Big refactor of bl_i18n_utils, switching to an object-based model. Still a bi...Bastien Montagne
2012-10-14Few minor fixes to i18n tools (mostly use ordered dicts too for "xgettexted" ...Bastien Montagne
2012-09-27pep8 cleanupCampbell Barton
2012-07-29style cleanupCampbell Barton