Plugin Directory

Changeset 2866487


Ignore:
Timestamp:
02/16/2023 02:31:48 PM (3 years ago)
Author:
frpet
Message:

Add nb_NO

Location:
easytranslate/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • easytranslate/trunk/README.txt

    r2818386 r2866487  
    55Requires at least: 4.7
    66Tested up to: 6.1
    7 Stable tag: 4.11
     7Stable tag: 4.12
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • easytranslate/trunk/admin/functions.php

    r2674447 r2866487  
    4848        'mn'      => 'mn_MN',
    4949        'ne'      => 'ne_NP',
    50         'no'      => 'nb',
     50        'no'      => 'nb_NO',
    5151        'fa'      => 'fa_IR',
    5252        'pl'      => 'pl',
     
    124124        'mn'      => 'mn_MN',
    125125        'ne'      => 'ne_NP',
    126         'no'      => 'nb',
     126        'no'      => 'nb_NO',
    127127        'fa'      => 'fa_IR',
    128128        'pl'      => 'pl',
  • easytranslate/trunk/easy-translate.php

    r2818386 r2866487  
    1515 * Plugin URI:        https://www.easytranslate.com/en/integrations/cms/wordpress-plugin/
    1616 * Description:       This is a short description of what the plugin does. It's displayed in the WordPress admin area.
    17  * Version:           1.9.2
     17 * Version:           1.9.3
    1818 * Author:            EasyTranslate
    1919 * Author URI:        https://easytranslate.com
     
    3434 * Rename this for your plugin and update it as you release new versions.
    3535 */
    36 define('EASY_TRANSLATE_VERSION', '1.9.2');
     36define('EASY_TRANSLATE_VERSION', '1.9.3');
    3737
    3838/**
Note: See TracChangeset for help on using the changeset viewer.