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:16:01 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-10-21 07:16:01 +0400
commit78a8f8a4b12b9088eccf444fff49cd27f8bb3e4d (patch)
treeed650d117dd31ffe55cda254d6650514ee951b29 /po
parentd132b08f3394600d4b83d56d67eb2a5c2e84cf38 (diff)
- remove release/bin/.blender/.bfont.ttf, we have ./release/datafiles/bfont.ttf already, and its not used anymore.
- removed scons WITH_BF_FREETYPE
Diffstat (limited to 'po')
-rw-r--r--po/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/README.txt b/po/README.txt
index cadcb7194e8..6e634ae5ee3 100644
--- a/po/README.txt
+++ b/po/README.txt
@@ -16,7 +16,7 @@ This means when string "some message id" is used as operator name, tooltip, menu
and so it'll be displayed on the screen as "translation for this message".
Pretty simple.
-This source files are pre-compiled into ../release/bin/.blender/locale/<language>/LC_MESSAGES/blender.mo,
+This source files are pre-compiled into ../release/datafiles/locale/<language>/LC_MESSAGES/blender.mo,
so they aren't getting compiled every time Blender is compiling to save some time and prevent
failure on systems which don't have needed tools for compiling .po files.