public static property LingotekLocale::$language_mapping_d2l_exceptions in Lingotek Translation 8
Same name and namespace in other branches
- 8.2 src/LingotekLocale.php \Drupal\lingotek\LingotekLocale::language_mapping_d2l_exceptions
- 4.0.x src/LingotekLocale.php \Drupal\lingotek\LingotekLocale::language_mapping_d2l_exceptions
- 3.0.x src/LingotekLocale.php \Drupal\lingotek\LingotekLocale::language_mapping_d2l_exceptions
- 3.1.x src/LingotekLocale.php \Drupal\lingotek\LingotekLocale::language_mapping_d2l_exceptions
- 3.2.x src/LingotekLocale.php \Drupal\lingotek\LingotekLocale::language_mapping_d2l_exceptions
- 3.3.x src/LingotekLocale.php \Drupal\lingotek\LingotekLocale::language_mapping_d2l_exceptions
- 3.4.x src/LingotekLocale.php \Drupal\lingotek\LingotekLocale::language_mapping_d2l_exceptions
- 3.5.x src/LingotekLocale.php \Drupal\lingotek\LingotekLocale::language_mapping_d2l_exceptions
- 3.6.x src/LingotekLocale.php \Drupal\lingotek\LingotekLocale::language_mapping_d2l_exceptions
- 3.7.x src/LingotekLocale.php \Drupal\lingotek\LingotekLocale::language_mapping_d2l_exceptions
- 3.8.x src/LingotekLocale.php \Drupal\lingotek\LingotekLocale::language_mapping_d2l_exceptions
File
- src/
LingotekLocale.php, line 216 - Defines LingotekLocale class.
Class
- LingotekLocale
- A utility class for Lingotek translation.
Namespace
Drupal\lingotekCode
public static $language_mapping_d2l_exceptions = array(
'zh-hans' => 'zh_CN',
'zh-hant' => 'zh_TW',
'zh_HANS' => 'zh_CN',
'zh_HANT' => 'zh_TW',
);