You are here

public static property LingotekLocale::$language_mapping_d2l_exceptions in Lingotek Translation 3.4.x

Same name and namespace in other branches
  1. 8 src/LingotekLocale.php \Drupal\lingotek\LingotekLocale::language_mapping_d2l_exceptions
  2. 8.2 src/LingotekLocale.php \Drupal\lingotek\LingotekLocale::language_mapping_d2l_exceptions
  3. 4.0.x src/LingotekLocale.php \Drupal\lingotek\LingotekLocale::language_mapping_d2l_exceptions
  4. 3.0.x src/LingotekLocale.php \Drupal\lingotek\LingotekLocale::language_mapping_d2l_exceptions
  5. 3.1.x src/LingotekLocale.php \Drupal\lingotek\LingotekLocale::language_mapping_d2l_exceptions
  6. 3.2.x src/LingotekLocale.php \Drupal\lingotek\LingotekLocale::language_mapping_d2l_exceptions
  7. 3.3.x src/LingotekLocale.php \Drupal\lingotek\LingotekLocale::language_mapping_d2l_exceptions
  8. 3.5.x src/LingotekLocale.php \Drupal\lingotek\LingotekLocale::language_mapping_d2l_exceptions
  9. 3.6.x src/LingotekLocale.php \Drupal\lingotek\LingotekLocale::language_mapping_d2l_exceptions
  10. 3.7.x src/LingotekLocale.php \Drupal\lingotek\LingotekLocale::language_mapping_d2l_exceptions
  11. 3.8.x src/LingotekLocale.php \Drupal\lingotek\LingotekLocale::language_mapping_d2l_exceptions

File

src/LingotekLocale.php, line 211

Class

LingotekLocale
A utility class for Lingotek translation.

Namespace

Drupal\lingotek

Code

public static $language_mapping_d2l_exceptions = [
  'zh-hans' => 'zh_CN',
  'zh-hant' => 'zh_TW',
  'zh_HANS' => 'zh_CN',
  'zh_HANT' => 'zh_TW',
];