blender/release/scripts/startup/bl_ui
Sergey Sharybin 0eda51f2ea Fixing issues with i18n stuff:
- Make gettext stuff draw-time. so switching between languages
  can happens without restart now.
- Added option to translate visible interface (menus, buttons, labels)
  and tooltips. Now it's possible to have english UI and localized tooltips.
- Clean-up sources, do not use gettext stuff for things which can be
  collected with RNA.
- Fix issues with windows 64bit and ru_RU locale on my desktop
  (it was codepage issue).
- Added operator "Get Messages" which generates new text block with
  with all strings collected from RNA.
- Changed script for updating blender.pot so now it appends
  messages collected from rna to automatically gathered messages.
  To update .pot you have to re-generate messages.txt using "Get Messages"
  operator and then run update_pot script.
- Clean up old translation stuff which wasn't used and most probably
  wouldn't be used.
- Return back "International Fonts" option, so if it's disabled, no
  gettext lookups happens on draw.
- Merged read_homefile function back. No need in splitting it.

TODO:
- Custom fonts and font size.
  Current font isn't nice at least for russian locale, it's
  difficult to read it.
- Put references to messages.txt so gettext can merge translation when
  name/description of some property changes.
2011-09-15 13:20:18 +00:00
..
__init__.py Merging trunk up to r39637. 2011-08-22 20:31:46 +00:00
properties_animviz.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
properties_data_armature.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
properties_data_bone.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
properties_data_camera.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
properties_data_curve.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
properties_data_empty.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
properties_data_lamp.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
properties_data_lattice.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
properties_data_mesh.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
properties_data_metaball.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
properties_data_modifier.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
properties_data_speaker.py fix for misc py errors + some pep8 edits. 2011-09-08 05:42:44 +00:00
properties_game.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
properties_material.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
properties_object_constraint.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
properties_object.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
properties_particle.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
properties_physics_cloth.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
properties_physics_common.py merge with trunk r39834 2011-09-01 15:08:32 +00:00
properties_physics_field.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
properties_physics_fluid.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
properties_physics_smoke.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
properties_physics_softbody.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
properties_render.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
properties_scene.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
properties_texture.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
properties_world.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
space_console.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
space_dopesheet.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
space_filebrowser.py import common classes from bpy.types, saves ~1000 python getattrs on startup. 2011-08-12 06:57:00 +00:00
space_graph.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
space_image.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
space_info.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
space_logic.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
space_nla.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
space_node.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
space_outliner.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
space_sequencer.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
space_text.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
space_time.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
space_userpref_keymap.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
space_userpref.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
space_view3d_toolbar.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
space_view3d.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00