mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 02:23:51 +00:00
remove dump statement
This commit is contained in:
@@ -78,8 +78,15 @@ class TranslatableStringHelper
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// no fallback translation... trying the first available
|
||||
$langs = array_keys($translatableStrings);
|
||||
|
||||
if (count($langs) === 0) {
|
||||
return '';
|
||||
}
|
||||
|
||||
return '';
|
||||
return $translatableStrings[$langs[0]];
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user