function _shariff_supported_languages in Shariff Social Media Buttons 8
Same name and namespace in other branches
- 7 shariff.module \_shariff_supported_languages()
Helper function to list the supported languages.
1 call to _shariff_supported_languages()
- _shariff_get_settings in ./
shariff.module - Helper function to get the module settings.
File
- ./
shariff.module, line 196 - Integrating Shariff library, providing settings form and block.
Code
function _shariff_supported_languages() {
return [
'bg',
'de',
'en',
'es',
'fi',
'fr',
'hr',
'hu',
'it',
'ja',
'ko',
'no',
'pl',
'pt',
'ro',
'ru',
'sk',
'sl',
'sr',
'sv',
'tr',
'zh',
];
}