mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Added new language strings
This commit is contained in:
parent
a11dcbed4b
commit
19f06c11d2
48 changed files with 996 additions and 649 deletions
|
|
@ -48,7 +48,7 @@ function saveLangStructure($sLangFile, $aLang)
|
|||
}
|
||||
}
|
||||
|
||||
\file_put_contents(LANGS_PATH.'/'.$sLangFile, implode("\n", $aResultLines));
|
||||
\file_put_contents(LANGS_PATH.'/'.$sLangFile, implode("\n", $aResultLines)."\n");
|
||||
}
|
||||
|
||||
$sNL = "\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue