Created
May 12, 2021 06:27
-
-
Save champsupertramp/47cb7bd690205198f038c1f2cfb46599 to your computer and use it in GitHub Desktop.
Site language custom field
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function um_051221_site_locale(){ | |
$arr = [ | |
"en" => "English (United States)", | |
'cs_CZ' => "Čeština", | |
'es_AR' => "Español de Argentina", | |
]; | |
return $arr; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment