PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.2.1
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.2.1
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 All 149 releases
← All changes | vendor/codeinwp/themeisle-sdk/src/Modules/Translate.php +3 -3 3.10.113.2.1 View file →
@@ -294,9 +294,9 @@
294 294 'name' => 'Galician',
295 295 ),
296 296 'gn' => array(
297 297 'slug' => 'gn',
298 - 'name' => 'Guarani',
298 + 'name' => 'Guaraní',
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 (Bokmal)',
474 + 'name' => 'Norwegian (Bokmål)',
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(),