Closed mxub closed 7 years ago
I just installed the langkit and then the static-translations plugin (via CLI)
it the says:
Undefined index: en
I found the Problem. It is, that there is one l::set('pagination.prev') in de.php that is not in en.php
l::set('pagination.prev')
Build all l::set from the default language and set the unset names in other languages to empyt
l::set
Merged the pr
I just installed the langkit and then the static-translations plugin (via CLI)
it the says:
The Problem
I found the Problem. It is, that there is one
l::set('pagination.prev')
in de.php that is not in en.phpPossible Solution
Build all
l::set
from the default language and set the unset names in other languages to empyt