Signed-off-by: Banana <mail@bananas-playground.net>
Additional to the usual ini format, there is the possibility to use an existing key as a value.
+# Available languages
+
++ English `iso3 = eng` `iso2 = en`
++ German `iso3 = deu` `iso2 = de`
+
## How to create a new language file
Lookup the correct [ISO 639-3](https://iso639-3.sil.org/code_tables/639/data) code and create a file with this code
# language setting
# see i18n.md file for syntax
-const FRONTEND_LANGUAGE = 'eng';
+const FRONTEND_LANGUAGE = array('iso3' => 'eng', 'iso2' => 'en');
# path settings
const PATH_ABSOLUTE = '~pathabsolute~';
<div class="uk-navbar-left">
<ul class="uk-navbar-nav">
<li class="uk-parent">
- <a href="<?php echo $I18n->t('menu.lv1.show'); ?>"></a>
+ <a href=""><?php echo $I18n->t('menu.lv1.show'); ?></a>
<div class="uk-navbar-dropdown">
<ul class="uk-nav uk-navbar-dropdown-nav">
<?php foreach($_menuShow as $entry) { ?>