equal
deleted
inserted
replaced
450 $db->_die('lang.php - plugin has an invalid or corrupt language block'); |
450 $db->_die('lang.php - plugin has an invalid or corrupt language block'); |
451 } |
451 } |
452 |
452 |
453 $first_lang = $supported_langs[0]; |
453 $first_lang = $supported_langs[0]; |
454 |
454 |
455 return $this->import_array($langdata[$first_lang]); |
455 return $this->import_array($langdata[$first_lang], false, true); |
456 } |
456 } |
457 |
457 |
458 /** |
458 /** |
459 * Performs the actual import of string data. |
459 * Performs the actual import of string data. |
460 * @param array Parsed JSON object, should be in the form of an array |
460 * @param array Parsed JSON object, should be in the form of an array |