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)

5 Modified Paths:

/build_files/cmake/macros.cmake (+30, -0) (Diff)
/intern/locale/CMakeLists.txt (+8, -0) (Diff)
/intern/locale/SConscript (+46, -0) (Diff)
/SConstruct (+20, -1) (Diff)
/source/creator/CMakeLists.txt (+49, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021