Go to file
Campbell Barton 9a0776c54a improvements to translation message generator
- for rna stringsinclude the path as comment, eg:
  #~ bpy.types.VertexGroup.name

- skip strings like %dx%d or -X.

- for strings extracted from python scripts include file:line reference as with C files.

- have messages in order they appear in the file, files and classes sorted so it reads more logically.

- extract these comments from the messages.txt file into the pot file.
2011-09-29 17:15:58 +00:00
build_files OSX: another non-ASCII char, sorry 2011-09-29 17:02:19 +00:00
doc fix for error generating docs, write all files as utf-8 2011-09-29 12:11:58 +00:00
extern navmesh: convert object_navmesh.cpp to plain c. 2011-09-27 09:09:43 +00:00
intern Fix #28416: setting fluid simulation start time to anything other than zero 2011-09-29 14:18:01 +00:00
po improvements to translation message generator 2011-09-29 17:15:58 +00:00
release i18n: update font to solve squares in arabic glyphs recently reported in ML 2011-09-29 10:08:45 +00:00
source Minor: Other UI strings typos and tweaks. 2011-09-29 15:58:15 +00:00
CMakeLists.txt fix for building on windows, clear some warnings too 2011-09-27 01:32:27 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile move message.txt generator out of wm.py (which was loaded with blender always), into it own py script which runs on its own, also added this to 'make translations' target. 2011-09-20 17:44:45 +00:00
SConstruct OSX: solve weaklinking for non-apple compilers by using Xlinker, build also QTKit with apple gcc, to be more compatible to distributed gnu-gcc compilers without objC, objC++ capabilities 2011-09-28 11:56:50 +00:00