From 320c398641619cae0f74afee3822c367894776af Mon Sep 17 00:00:00 2001
From: Richard Soderberg <rsoderberg@gmail.com>
Date: Mon, 2 Apr 2012 02:13:39 -0700
Subject: [PATCH] pre-indent the eo auto-translation script

---
 docs/I18N.md | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/docs/I18N.md b/docs/I18N.md
index 16dc7e03e..0c38cda34 100644
--- a/docs/I18N.md
+++ b/docs/I18N.md
@@ -52,11 +52,12 @@ the house. Strings are from `resources/static/i18n` JSON files.
 If code is evaluated in your head, then clearly we are post-singularity. Why are you
 still using gettext?
 
-Use the eo locale for development and debugging. It is auto-translated with:
-for catalog in messages client; do
-  echo "Translating ${catalog}.po"
-  podebug --rewrite=flipped -i locale/templates/LC_MESSAGES/${catalog}.pot -o locale/eo/LC_MESSAGES/${catalog}.po
-done
+Use the `eo` locale for development and debugging. It is auto-translated with:
+
+    for catalog in messages client; do
+      echo "Translating ${catalog}.po"
+      podebug --rewrite=flipped -i locale/templates/LC_MESSAGES/${catalog}.pot -o locale/eo/LC_MESSAGES/${catalog}.po
+    done
 
 ## New Locales
 
-- 
GitLab