diff options
Diffstat (limited to 'library/WT/I18N.php')
| -rw-r--r-- | library/WT/I18N.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/library/WT/I18N.php b/library/WT/I18N.php index 4258d6c9bf..f771aa0e1b 100644 --- a/library/WT/I18N.php +++ b/library/WT/I18N.php @@ -349,10 +349,6 @@ class WT_I18N { $installed_languages[$match[1]] = $tmp2 . '|' . $tmp1; } } - if (empty($installed_languages)) { - // We cannot translate this - die('There are no languages installed. You must include at least one xx.mo file in /language/'); - } // Sort by the combined language/language name... uasort($installed_languages, array('WT_I18N', 'strcasecmp')); foreach ($installed_languages as &$value) { |
