mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 23:47:03 +03:00
Fix translations
This commit is contained in:
parent
b64fedfacd
commit
2052137eb1
26 changed files with 55 additions and 41 deletions
|
|
@ -397,7 +397,7 @@ class Utils
|
|||
$isYml = '.yml' === substr($sFileName, -4);
|
||||
if ($isYml)
|
||||
{
|
||||
$aLang = \spyc_load(\str_replace(array(': >-', ': |-'), array(': >', ': |'), \file_get_contents($sFileName)));
|
||||
$aLang = \spyc_load(\str_replace(array(': >-', ': |-', ': |+'), array(': >', ': |', ': |'), \file_get_contents($sFileName)));
|
||||
if (\is_array($aLang))
|
||||
{
|
||||
\reset($aLang);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue