- 🇧🇪Belgium zero2one
Module no longer supported
Replace the tokens from this module by the tokens from the Token module & uninstall this module.
The current language prefix is available in the Token module:
[language:prefix]
$lang = \Drupal::languageManager()->getCurrentLanguage()->getId();
$languages_prefixes_arr = \Drupal::config('language.negotiation')->get('url.prefixes');
$language_prefix = ($languages_prefixes_arr[$lang]) ? '/' . $languages_prefixes_arr[$lang] : FALSE;
Closed: won't fix
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Replace the tokens from this module by the tokens from the Token module & uninstall this module.
The current language prefix is available in the Token module: [language:prefix]