mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-09 15:38:27 +01:00
Fix pending hardcoding for new translations
This commit is contained in:
parent
2bd5449c40
commit
ef7ff3d6b3
@ -364,7 +364,7 @@ class solangfile
|
|||||||
$from = translation::charset();
|
$from = translation::charset();
|
||||||
//echo "<p>solangfile::write_file('$app_name',,'$userlang') converting from '$from' to charset('$userlang')='$to'</p>\n";
|
//echo "<p>solangfile::write_file('$app_name',,'$userlang') converting from '$from' to charset('$userlang')='$to'</p>\n";
|
||||||
|
|
||||||
$fn = EGW_SERVER_ROOT . SEP . $app_name . SEP . 'lang' . SEP . translation::LANGFILE_PREFIX . $userlang . '.lang';
|
$fn = translation::get_lang_file($app_name,$userlang);
|
||||||
if (file_exists($fn))
|
if (file_exists($fn))
|
||||||
{
|
{
|
||||||
$backup = $fn . '.old';
|
$backup = $fn . '.old';
|
||||||
|
Loading…
Reference in New Issue
Block a user