Blender Git Commit Log
Git Commits -> Revision ac6d91b
Revision ac6d91b by Sergey Sharybin (master) November 8, 2013, 20:44 (GMT) |
Be ready for changes in bf-translations repository Made it so if there's release/datafiles/locale/po folder, then all the .po files will be converted to .mo at blender compile time and installed to an appropriate location. Uses small own implementation msgfmt which is based on msgfmt.py from Python project, but also supports contexts. There's no functional changes for until we've switched to use source .po files instead of pre-compiled .mo. P.S. Well, there's one change which is msgfmt.cc being compiled even if it's not used, but would rather not clutter code with checks since pretty soon we'll use this program anyway. |
Commit Details:
Full Hash: ac6d91b9396c15d8bf1aa550adb4ca8c7125dd81
SVN Revision: 61205
Parent Commit: 0d1a499
Lines Changed: +519, -2
1 Added Path:
/intern/locale/msgfmt.cc (+366, -0) (View)