diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/guides/FAQ.rst | 4 | ||||
| -rw-r--r-- | docs/guides/desktop.rst | 5 |
2 files changed, 9 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? ---------------- diff --git a/docs/guides/desktop.rst b/docs/guides/desktop.rst index 0afcdacf..21fd7df0 100644 --- a/docs/guides/desktop.rst +++ b/docs/guides/desktop.rst @@ -19,6 +19,11 @@ The following command line parameters are supported: --fs - starts zmNinja in full screen mode + --lang - specifies a language profile that will be used to display input + dates etc. Just switching a "language" in zmNinja does not affect browser + default language. I currently don't know how to wire this to zmNinja's language + as this is electron stuff so you'll have to pass it as command line. + Multiple instances ------------------ |
