Blender Git Loki
Git Commits -> Revision 00b1d50
Revision 00b1d50 by Bastien Montagne (master) November 23, 2012, 15:33 (GMT) |
Basic work to solve "New" translation mismatch (this is an adjective, which often takes several forms depending on its related noun's gender, in non-english languages). Note though this does not completly solve the problem (python "New" is still uncontextual). Moved AUDIO context to ID_SOUND (let's try to keep this as simple as possible!). Also done some cleanup. Relevant i18n tools edits will follow. |
Commit Details:
Full Hash: 00b1d50532f4f1be1fcb310cefbbe8b285fd17ee
SVN Revision: 52517
Parent Commit: 69b88cf
Lines Changed: +336, -156
7 Modified Paths:
/source/blender/blenfont/BLF_translation.h (+42, -3) (Diff)
/source/blender/blenkernel/intern/idcode.c (+33, -32) (Diff)
/source/blender/editors/interface/interface_templates.c (+253, -113) (Diff)
/source/blender/makesrna/intern/rna_actuator.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_speaker.c (+2, -2) (Diff)
/source/blender/blenkernel/intern/idcode.c (+33, -32) (Diff)
/source/blender/editors/interface/interface_templates.c (+253, -113) (Diff)
/source/blender/makesrna/intern/rna_actuator.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_speaker.c (+2, -2) (Diff)