From a038ebf6fbd7e715b06850c5d6d9f02a20b68226 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Thu, 15 Oct 2009 14:55:29 +0200 Subject: render_locally: Set LC_MESSAGES=C. --- render_locally | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'render_locally') 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 +# Written by Thomas Schwinge . # 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 -- cgit v1.2.3