diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2009-10-15 14:55:29 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-10-15 15:04:06 +0200 |
commit | a038ebf6fbd7e715b06850c5d6d9f02a20b68226 (patch) | |
tree | da1240abde755c16177ea952ab618d3a2cf0623b /render_locally | |
parent | c8d9b04da3a0d6e0eb93b4de582c514d05fa6d14 (diff) |
render_locally: Set LC_MESSAGES=C.
Diffstat (limited to 'render_locally')
-rwxr-xr-x | render_locally | 5 |
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 |