summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2016-03-01 15:30:03 +0100
committertg(x) <*@tg-x.net>2016-03-01 15:30:03 +0100
commit699c27607522195cff8af2892bde75673ae8811e (patch)
treee1600d802c6c33518b4fd13a5a58db72e4ba9ae2
parent993ada836fc6992997cc69c1672ceb8d2dcf08c2 (diff)
downloaddocs-699c27607522195cff8af2892bde75673ae8811e.tar.gz
docs-699c27607522195cff8af2892bde75673ae8811e.tar.bz2
docs-699c27607522195cff8af2892bde75673ae8811e.zip
wallet-wx-i18n
-rw-r--r--dev-wallet-wx.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-wallet-wx.rst b/dev-wallet-wx.rst
index 898b754c..4516c015 100644
--- a/dev-wallet-wx.rst
+++ b/dev-wallet-wx.rst
@@ -153,12 +153,12 @@ call `mocha` with the right parameters.
Internationalisation
--------------------
-Strings in the JavaScript code are internationalised using the following functions,
+Strings in the JavaScript code are internationalised using the following functions:
- *i18n*: translate string with arbitrary arguments, the result is returned as string.
.. code-block:: js
- i18n`You have ${n} coins.
+ i18n`You have ${n} coins.`
- *i18n.parts*: Interpolate i18nized values with arbitrary objects. Useful for example to include HTML elements.
.. code-block:: js