From c26a683ba7a0afa4002f130673a7bfdfdb826ed4 Mon Sep 17 00:00:00 2001 From: Richard Soderberg <rsoderberg@gmail.com> Date: Mon, 2 Apr 2012 02:12:44 -0700 Subject: [PATCH] more `pre` formatting --- docs/I18N.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/I18N.md b/docs/I18N.md index ecf006bf4..16dc7e03e 100644 --- a/docs/I18N.md +++ b/docs/I18N.md @@ -43,11 +43,11 @@ config file which you'll like to validate. Examples: ## Debugging If code is evaluated in node.js (server-side) then node-gettext is providing the string -translation. Strings are from the messages.mo files under the locale directory. MO files +translation. Strings are from the `messages.mo` files under the locale directory. MO files are binary, compiled from the PO files. -If code is evaluated on the client-side, then resources/static/shared/gettext.js is in -the house... strings are from resources/static/i18n JSON files. +If code is evaluated on the client-side, then `resources/static/shared/gettext.js` is in +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? -- GitLab