Changeset 3344947
- Timestamp:
- 08/15/2025 03:22:28 AM (8 months ago)
- Location:
- linguise
- Files:
-
- 12 edited
- 1 copied
-
tags/2.1.64 (copied) (copied from linguise/trunk)
-
tags/2.1.64/assets/languages.json (modified) (1 diff)
-
tags/2.1.64/linguise.php (modified) (1 diff)
-
tags/2.1.64/readme.txt (modified) (2 diffs)
-
tags/2.1.64/src/Helper.php (modified) (1 diff)
-
tags/2.1.64/src/constants.php (modified) (1 diff)
-
tags/2.1.64/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/assets/languages.json (modified) (1 diff)
-
trunk/linguise.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/Helper.php (modified) (1 diff)
-
trunk/src/constants.php (modified) (1 diff)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
linguise/tags/2.1.64/assets/languages.json
r3344273 r3344947 68 68 "code": "pt-br", 69 69 "rtl": false, 70 "wp_code": null70 "wp_code": "pt_BR" 71 71 }, 72 72 "bg": { -
linguise/tags/2.1.64/linguise.php
r3344273 r3344947 5 5 * Plugin URI: https://www.linguise.com/ 6 6 * Description: Linguise translation plugin 7 * Version:2.1.6 37 * Version:2.1.64 8 8 * Text Domain: linguise 9 9 * Domain Path: /languages -
linguise/tags/2.1.64/readme.txt
r3344273 r3344947 4 4 Requires at least: 4.0 5 5 Tested up to: 6.8 6 Stable tag:2.1.6 36 Stable tag:2.1.64 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 104 104 105 105 == Changelog == 106 = 2.1.64 = 107 - Fix: pt-br and normalize locale compare underscore/dash 108 106 109 = 2.1.63 = 107 110 - Fix: Portuguese language is marked as unknown -
linguise/tags/2.1.64/src/Helper.php
r3317948 r3344947 231 231 public static function localeCompare($locale, $test_locale) 232 232 { 233 // Normalize underscore and dash to a dash 234 $locale = str_replace('_', '-', $locale); 235 $test_locale = str_replace('_', '-', $test_locale); 233 236 if (strcasecmp($locale, $test_locale) === 0) { 234 237 return true; -
linguise/tags/2.1.64/src/constants.php
r3344273 r3344947 1 1 <?php 2 2 if (!defined('LINGUISE_SCRIPT_TRANSLATION_VERSION')) { 3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.1.6 3');3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.1.64'); 4 4 } 5 5 6 6 if (!defined('LINGUISE_VERSION')) { 7 define('LINGUISE_VERSION', '2.1.6 3');7 define('LINGUISE_VERSION', '2.1.64'); 8 8 } -
linguise/tags/2.1.64/vendor/composer/installed.php
r3344273 r3344947 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 9959f7d6b10f68f0e922a86624576975d2ceed40',6 'reference' => '37457fee5d1738c1fba11b488aaa8b4034be5ec8', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 32 32 'pretty_version' => 'dev-master', 33 33 'version' => 'dev-master', 34 'reference' => ' 9959f7d6b10f68f0e922a86624576975d2ceed40',34 'reference' => '37457fee5d1738c1fba11b488aaa8b4034be5ec8', 35 35 'type' => 'library', 36 36 'install_path' => __DIR__ . '/../../', -
linguise/trunk/assets/languages.json
r3344273 r3344947 68 68 "code": "pt-br", 69 69 "rtl": false, 70 "wp_code": null70 "wp_code": "pt_BR" 71 71 }, 72 72 "bg": { -
linguise/trunk/linguise.php
r3344273 r3344947 5 5 * Plugin URI: https://www.linguise.com/ 6 6 * Description: Linguise translation plugin 7 * Version:2.1.6 37 * Version:2.1.64 8 8 * Text Domain: linguise 9 9 * Domain Path: /languages -
linguise/trunk/readme.txt
r3344273 r3344947 4 4 Requires at least: 4.0 5 5 Tested up to: 6.8 6 Stable tag:2.1.6 36 Stable tag:2.1.64 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 104 104 105 105 == Changelog == 106 = 2.1.64 = 107 - Fix: pt-br and normalize locale compare underscore/dash 108 106 109 = 2.1.63 = 107 110 - Fix: Portuguese language is marked as unknown -
linguise/trunk/src/Helper.php
r3317948 r3344947 231 231 public static function localeCompare($locale, $test_locale) 232 232 { 233 // Normalize underscore and dash to a dash 234 $locale = str_replace('_', '-', $locale); 235 $test_locale = str_replace('_', '-', $test_locale); 233 236 if (strcasecmp($locale, $test_locale) === 0) { 234 237 return true; -
linguise/trunk/src/constants.php
r3344273 r3344947 1 1 <?php 2 2 if (!defined('LINGUISE_SCRIPT_TRANSLATION_VERSION')) { 3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.1.6 3');3 define('LINGUISE_SCRIPT_TRANSLATION_VERSION', 'wordpress_plugin/2.1.64'); 4 4 } 5 5 6 6 if (!defined('LINGUISE_VERSION')) { 7 define('LINGUISE_VERSION', '2.1.6 3');7 define('LINGUISE_VERSION', '2.1.64'); 8 8 } -
linguise/trunk/vendor/composer/installed.php
r3344273 r3344947 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 9959f7d6b10f68f0e922a86624576975d2ceed40',6 'reference' => '37457fee5d1738c1fba11b488aaa8b4034be5ec8', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 32 32 'pretty_version' => 'dev-master', 33 33 'version' => 'dev-master', 34 'reference' => ' 9959f7d6b10f68f0e922a86624576975d2ceed40',34 'reference' => '37457fee5d1738c1fba11b488aaa8b4034be5ec8', 35 35 'type' => 'library', 36 36 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.