Blender Git Loki
Git Commits -> Revision a40e130
Revision a40e130 by xiao xiangquan (master) June 2, 2011, 11:22 (GMT) |
Almost complete the i18n system, including: Copy unifont..ttf.gz from source tree to target datafile path( now ONLY works with cmake ); Set the locale the same with system's setting; If need unicode font, unzip and load unifont when init ui styles; Apply gettext() to labels in space_info.py, who are the main menu items. Each of these should have been commit one by one. As they work well according to my tests, so I just lazily send a long list. |
Commit Details:
Full Hash: a40e1302ae68ff4a5ce3078bdacb43653ba5e1af
SVN Revision: 37094
Parent Commit: b0cc5b9
Lines Changed: +241, -99
1 Added Path:
/source/blender/editors/datafiles/bunifont.ttf.c (+40, -0) (View)
14 Modified Paths:
/release/scripts/startup/bl_ui/space_info.py (+81, -80) (Diff)
/source/blender/blenfont/BLF_api.h (+6, -0) (Diff)
/source/blender/blenfont/intern/blf.c (+4, -0) (Diff)
/source/blender/blenfont/intern/blf_lang.c (+12, -3) (Diff)
/source/blender/blenlib/BLI_fileops.h (+1, -0) (Diff)
/source/blender/blenlib/BLI_path_util.h (+1, -0) (Diff)
/source/blender/blenlib/intern/fileops.c (+18, -0) (Diff)
/source/blender/blenlib/intern/path_util.c (+4, -0) (Diff)
/source/blender/editors/datafiles/CMakeLists.txt (+5, -2) (Diff)
/source/blender/editors/include/ED_datafiles.h (+3, -0) (Diff)
/source/blender/editors/interface/interface_style.c (+47, -10) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+6, -1) (Diff)
/source/creator/CMakeLists.txt (+9, -3) (Diff)
/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp (+4, -0) (Diff)
/source/blender/blenfont/BLF_api.h (+6, -0) (Diff)
/source/blender/blenfont/intern/blf.c (+4, -0) (Diff)
/source/blender/blenfont/intern/blf_lang.c (+12, -3) (Diff)
/source/blender/blenlib/BLI_fileops.h (+1, -0) (Diff)
/source/blender/blenlib/BLI_path_util.h (+1, -0) (Diff)
/source/blender/blenlib/intern/fileops.c (+18, -0) (Diff)
/source/blender/blenlib/intern/path_util.c (+4, -0) (Diff)
/source/blender/editors/datafiles/CMakeLists.txt (+5, -2) (Diff)
/source/blender/editors/include/ED_datafiles.h (+3, -0) (Diff)
/source/blender/editors/interface/interface_style.c (+47, -10) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+6, -1) (Diff)
/source/creator/CMakeLists.txt (+9, -3) (Diff)
/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp (+4, -0) (Diff)