summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2009-10-15 14:55:29 +0200
committerThomas Schwinge <tschwinge@gnu.org>2009-10-15 15:04:06 +0200
commita038ebf6fbd7e715b06850c5d6d9f02a20b68226 (patch)
treeda1240abde755c16177ea952ab618d3a2cf0623b
parentc8d9b04da3a0d6e0eb93b4de582c514d05fa6d14 (diff)
render_locally: Set LC_MESSAGES=C.
-rwxr-xr-xrender_locally5
1 files changed, 4 insertions, 1 deletions
diff --git a/render_locally b/render_locally
index ba0dd9d8..f4a249a8 100755
--- a/render_locally
+++ b/render_locally
@@ -2,12 +2,15 @@
# Render the pages of this repository.
-# Written by Thomas Schwinge <tschwinge@gnu.org>
+# Written by Thomas Schwinge <tschwinge@gnu.org>.
# See `contributing/web_pages' for further information.
export ROOT && ROOT=$(readlink -f "$(dirname "$0")") &&
+# Don't translate.
+export LC_MESSAGES && LC_MESSAGES=C &&
+
case $1 in
--official)
# Use this for rendering the set of pages which are to be installed under