summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-03-15 10:42:44 -0400
committerPliable Pixels <pliablepixels@gmail.com>2019-03-15 10:42:44 -0400
commit31b07372d750912565df4bc83c13aad2bc635f83 (patch)
tree68fde9a3254414dc15f81454c8ea442a7835b93b /docs
parentced109782b6e11241a4ae554177977aa023e63e7 (diff)
doc fixes
Diffstat (limited to 'docs')
-rw-r--r--docs/_build/doctrees/environment.picklebin38302 -> 38302 bytes
-rw-r--r--docs/_build/doctrees/guides/contributing-language.doctreebin12269 -> 12557 bytes
-rw-r--r--docs/_build/html/_sources/guides/contributing-language.rst.txt5
-rw-r--r--docs/_build/html/guides/contributing-language.html8
-rw-r--r--docs/guides/contributing-language.rst5
5 files changed, 11 insertions, 7 deletions
diff --git a/docs/_build/doctrees/environment.pickle b/docs/_build/doctrees/environment.pickle
index a9eabdb1..0254eba3 100644
--- a/docs/_build/doctrees/environment.pickle
+++ b/docs/_build/doctrees/environment.pickle
Binary files differ
diff --git a/docs/_build/doctrees/guides/contributing-language.doctree b/docs/_build/doctrees/guides/contributing-language.doctree
index 643266e2..1d34a809 100644
--- a/docs/_build/doctrees/guides/contributing-language.doctree
+++ b/docs/_build/doctrees/guides/contributing-language.doctree
Binary files differ
diff --git a/docs/_build/html/_sources/guides/contributing-language.rst.txt b/docs/_build/html/_sources/guides/contributing-language.rst.txt
index 8588434f..68f11fd2 100644
--- a/docs/_build/html/_sources/guides/contributing-language.rst.txt
+++ b/docs/_build/html/_sources/guides/contributing-language.rst.txt
@@ -55,5 +55,6 @@ How to recognize a new language:
(This is only for zmNinja developers. Not relevant for language
translators)
-* Modify languages array in NVR.js (look for ``var languages``)
-* register language glob code in app.js - make sure its added to array list and mapping (look for ``registerAvailableLanguageKeys``)
+
+- Modify languages array in NVR.js (look for ``var languages``)
+- Register language glob code in app.js - make sure its added to array list and mapping (look for ``registerAvailableLanguageKeys``)
diff --git a/docs/_build/html/guides/contributing-language.html b/docs/_build/html/guides/contributing-language.html
index 89382a8c..9209812a 100644
--- a/docs/_build/html/guides/contributing-language.html
+++ b/docs/_build/html/guides/contributing-language.html
@@ -210,9 +210,11 @@ text translation</li>
<div class="section" id="how-to-recognize-a-new-language">
<h2>How to recognize a new language:<a class="headerlink" href="#how-to-recognize-a-new-language" title="Permalink to this headline">ΒΆ</a></h2>
<p>(This is only for zmNinja developers. Not relevant for language
-translators)
-* Modify languages array in NVR.js (look for <code class="docutils literal"><span class="pre">var</span> <span class="pre">languages</span></code>)
-* register language glob code in app.js - make sure its added to array list and mapping (look for <code class="docutils literal"><span class="pre">registerAvailableLanguageKeys</span></code>)</p>
+translators)</p>
+<ul class="simple">
+<li>Modify languages array in NVR.js (look for <code class="docutils literal"><span class="pre">var</span> <span class="pre">languages</span></code>)</li>
+<li>Register language glob code in app.js - make sure its added to array list and mapping (look for <code class="docutils literal"><span class="pre">registerAvailableLanguageKeys</span></code>)</li>
+</ul>
</div>
</div>
diff --git a/docs/guides/contributing-language.rst b/docs/guides/contributing-language.rst
index 8588434f..68f11fd2 100644
--- a/docs/guides/contributing-language.rst
+++ b/docs/guides/contributing-language.rst
@@ -55,5 +55,6 @@ How to recognize a new language:
(This is only for zmNinja developers. Not relevant for language
translators)
-* Modify languages array in NVR.js (look for ``var languages``)
-* register language glob code in app.js - make sure its added to array list and mapping (look for ``registerAvailableLanguageKeys``)
+
+- Modify languages array in NVR.js (look for ``var languages``)
+- Register language glob code in app.js - make sure its added to array list and mapping (look for ``registerAvailableLanguageKeys``)