Skip to content
Snippets Groups Projects
Commit c26a683b authored by Richard Soderberg's avatar Richard Soderberg
Browse files

more `pre` formatting

parent 8e53a48f
No related branches found
No related tags found
No related merge requests found
......@@ -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?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment