summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-12-19 16:00:58 -0500
committerPliable Pixels <pliablepixels@gmail.com>2019-12-19 16:00:58 -0500
commit902292ae03febe4d585e5957733b7becbaf66067 (patch)
tree411132f2ceb9a801c84cbf9341c7af00397dc7bd
parent53efe7126574b472ad2f4fcfa448b64a6e3e365f (diff)
#875 add FAQ entry
-rw-r--r--docs/guides/FAQ.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/guides/FAQ.rst b/docs/guides/FAQ.rst
index 4f861fae..d7d10548 100644
--- a/docs/guides/FAQ.rst
+++ b/docs/guides/FAQ.rst
@@ -746,6 +746,10 @@ push notifications, it checks if the last time a push was sent for this
monitor is < the time you specified. If it is, it does not send. That's
all.
+When I switch languages, date/time inputs don't follow my locale in zmNinja Desktop
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+The only screen I am aware of where there is a date/time input is ``Events->Filter Events``. This happens because the desktop version uses an embedded chromium version which seems to default to ``en-us``. To work around this, you can start the desktop app with a ``--lang='<locale code>'`` option. Example ``--lang='ru'``. Note that you will have to do this each time and is completely related to any language you may choose in zmNinja. Thel language in zmNinja is only used to translate text strings. Nothing else. For an extended discussion see `this issue <https://github.com/pliablepixels/zmNinja/issues/875>`__.
+
Is zmNinja free?
----------------