← All changes
|
vendor/codeinwp/themeisle-sdk/src/Modules/Translate.php
+3
-3
3.1.3
→
3.9.2
View file →
| @@ -294,9 +294,9 @@ | ||
| 294 | 294 | 'name' => 'Galician', |
| 295 | 295 | ), |
| 296 | 296 | 'gn' => array( |
| 297 | 297 | 'slug' => 'gn', |
| 298 | - 'name' => 'Guaraní', | |
| 298 | + 'name' => 'Guarani', | |
| 299 | 299 | ), |
| 300 | 300 | 'gsw' => array( |
| 301 | 301 | 'slug' => 'gsw', |
| 302 | 302 | 'name' => 'Swiss German', |
| @@ -470,9 +470,9 @@ | ||
| 470 | 470 | 'name' => 'Nepali', |
| 471 | 471 | ), |
| 472 | 472 | 'nb_NO' => array( |
| 473 | 473 | 'slug' => 'nb', |
| 474 | - 'name' => 'Norwegian (Bokmål)', | |
| 474 | + 'name' => 'Norwegian (Bokmal)', | |
| 475 | 475 | ), |
| 476 | 476 | 'nl_NL' => array( |
| 477 | 477 | 'slug' => 'nl', |
| 478 | 478 | 'name' => 'Dutch', |
| @@ -804,9 +804,9 @@ | ||
| 804 | 804 | $cache_key = $product->get_key() . '_all_languages'; |
| 805 | 805 | $translations = get_transient( $cache_key ); |
| 806 | 806 | |
| 807 | 807 | if ( false === $translations ) { |
| 808 | - require_once( ABSPATH . 'wp-admin/includes/translation-install.php' ); | |
| 808 | + require_once ABSPATH . 'wp-admin/includes/translation-install.php'; | |
| 809 | 809 | $translations = translations_api( |
| 810 | 810 | $product->get_type() . 's', |
| 811 | 811 | array( |
| 812 | 812 | 'slug' => $product->get_slug(), |