We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96bef97 commit fe191abCopy full SHA for fe191ab
includes/Services/LanguageService.php
@@ -38,7 +38,7 @@ public static function get_all_languages() {
38
);
39
40
// Add translated languages with proper format
41
- foreach ( $languages as $locale => $translation ) {
+ foreach ( $translations as $locale => $translation ) {
42
$formatted_languages[] = array(
43
'code' => $locale,
44
'name' => $translation['english_name'],
0 commit comments