From ad3165e964c92174c54281711d172f9b290aa209 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 22 Oct 2013 14:34:04 -0400 Subject: [PATCH 1/1] Replace Arabic example with French, because the idiot ancient pandoc on Debian Stable can't cope with non-ASCII characters. --- tools/htdocs/whitepaper.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/htdocs/whitepaper.markdown b/tools/htdocs/whitepaper.markdown index fd1d25c..97f058c 100644 --- a/tools/htdocs/whitepaper.markdown +++ b/tools/htdocs/whitepaper.markdown @@ -358,15 +358,15 @@ structure. Support for another UI language can be added by providing an entry in the `mkws_config` object whose name is `language_` followed by the -name of the language: for example, `language_Arabic` to support -Arabic. Then value of this entry must be a key-value lookup table, +name of the language: for example, `language_French` to support +French. Then value of this entry must be a key-value lookup table, mapping the English-language strings of the UI into their equivalents in the specified language. For example: var mkws_config = { - language_Arabic: { - "Authors": "الكتاب", - "Subjects": "المواضيع", + language_French: { + "Authors": "Auteurs", + "Subjects": "Sujets", // ... and others ... } } -- 1.7.10.4