-
- Downloads
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.
Showing
- SConstruct 20 additions, 1 deletionSConstruct
- build_files/cmake/macros.cmake 30 additions, 0 deletionsbuild_files/cmake/macros.cmake
- intern/locale/CMakeLists.txt 8 additions, 0 deletionsintern/locale/CMakeLists.txt
- intern/locale/SConscript 46 additions, 0 deletionsintern/locale/SConscript
- intern/locale/msgfmt.cc 366 additions, 0 deletionsintern/locale/msgfmt.cc
- source/creator/CMakeLists.txt 49 additions, 1 deletionsource/creator/CMakeLists.txt
Loading
Please register or sign in to comment