Website generation with Couscous

This commit is contained in:
Milos Stojanovic
2019-06-21 12:00:20 +02:00
parent e2a58034cd
commit 8fb05e6d0c
6 changed files with 13 additions and 13 deletions

View File

@@ -125,7 +125,7 @@
<section class="col-sm-offset-3 col-lg-offset-2 col-sm-9 col-lg-10">
<h2 id="translations">Translations</h2>
<p>Default language file is located under <code>/frontend/translations/english.js</code>. You can add more languages in the same folder and adjust <code>language</code> variable in your <code>configuration.php</code> file to use it.</p>
<p>Default language file is located under <code>frontend/translations/english.js</code> You can add more languages in the same folder and adjust <code>language</code> variable in your <code>configuration.php</code> file to use it.</p>
<p>You should only translate value on the right, for example:</p>
<pre><code>'Close': 'Schliessen',</code></pre>
<p>Default language file is:</p>