You are here

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

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

File

src/LingotekLocale.php, line 206

Class

LingotekLocale
A utility class for Lingotek translation.

Namespace

Drupal\lingotek

Code

public static $language_mapping_l2d_exceptions = [
  'ar' => 'ar',
  'zh_CN' => 'zh-hans',
  'zh_TW' => 'zh-hant',
];