Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-10-21 07:00:28 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-10-21 07:00:28 +0400
commitd132b08f3394600d4b83d56d67eb2a5c2e84cf38 (patch)
treea6c67b100a8dda973e5366a461617fa32d9f8127 /po
parentef218c75edf975b2f3946bd16194cc9679dd2d31 (diff)
move fonts/ and locale/ dirs into release/datafiles, since blender wasn't finding them in their current location and so to test international characters you had to 'make install'.
updated scons/cmake/translation-scripts.
Diffstat (limited to 'po')
-rwxr-xr-xpo/update_mo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/update_mo.py b/po/update_mo.py
index 33b7baaed69..a0173b2d059 100755
--- a/po/update_mo.py
+++ b/po/update_mo.py
@@ -30,7 +30,7 @@ import sys
GETTEXT_MSGFMT_EXECUTABLE = "msgfmt"
CURRENT_DIR = os.path.abspath(os.path.dirname(__file__))
SOURCE_DIR = os.path.normpath(os.path.abspath(os.path.join(CURRENT_DIR, "..")))
-LOCALE_DIR = os.path.join(SOURCE_DIR, "release", "bin", ".blender", "locale")
+LOCALE_DIR = os.path.join(SOURCE_DIR, "release", "datafiles", "locale")
DOMAIN = "blender"