From c1f8079049ffcbd547d7fd0116f66aafb3c76950 Mon Sep 17 00:00:00 2001 From: Danang Probo Sayekti Date: Mon, 23 Nov 2015 16:13:11 +0700 Subject: [PATCH] Update the language map --- COPYRIGHT.txt | 4 +++- cache/installedVersion.json | 2 +- system/includes/functions.php | 6 +++--- system/plugins/urlify/URLify.php | 6 +++--- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index 4e9430b..b7ce6c6 100644 --- a/COPYRIGHT.txt +++ b/COPYRIGHT.txt @@ -42,4 +42,6 @@ license, including: Password Compat - (c) Anthony Ferrara - jQuery.AjaxFileUpload.js - (c) Jordan Feldstein \ No newline at end of file + jQuery.AjaxFileUpload.js - (c) Jordan Feldstein + + URLify for PHP by jbroadway based on URLify.js - (c) Django Software Foundation and individual contributors \ No newline at end of file diff --git a/cache/installedVersion.json b/cache/installedVersion.json index 0732378..dc254d9 100644 --- a/cache/installedVersion.json +++ b/cache/installedVersion.json @@ -1,4 +1,4 @@ { "id": 782014, - "tag_name": "v2.6.5" + "tag_name": "v2.6.6" } diff --git a/system/includes/functions.php b/system/includes/functions.php index 600bfa3..2fb0664 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -533,7 +533,7 @@ function get_category_info($category) return $tmp; } -// Return default profile +// Return default category function default_category() { $tmp = array(); @@ -541,9 +541,9 @@ function default_category() $desc->title = 'Uncategorized'; $desc->url = site_url() . 'category/uncategorized'; - $desc->body = "

Topics that don't need a category, or don't fit into any other existing category.

"; + $desc->body = '

Topics that don't need a category, or don't fit into any other existing category.

'; - $desc->description = "Topics that don't need a category, or don't fit into any other existing category"; + $desc->description = 'Topics that don't need a category, or don't fit into any other existing category.'; return $tmp[] = $desc; } diff --git a/system/plugins/urlify/URLify.php b/system/plugins/urlify/URLify.php index a6db25b..eb37206 100644 --- a/system/plugins/urlify/URLify.php +++ b/system/plugins/urlify/URLify.php @@ -113,7 +113,7 @@ class URLify { 'Ú' => 'U', 'Ù' => 'U', 'Ủ' => 'U', 'Ũ' => 'U', 'Ụ' => 'U', 'Ư' => 'U', 'Ứ' => 'U', 'Ừ' => 'U', 'Ử' => 'U', 'Ữ' => 'U', 'Ự' => 'U', 'ú' => 'u', 'ù' => 'u', 'ủ' => 'u', 'ũ' => 'u', 'ụ' => 'u', 'ư' => 'u', 'ứ' => 'u', 'ừ' => 'u', 'ử' => 'u', 'ữ' => 'u', 'ự' => 'u', 'Ý' => 'Y', 'Ỳ' => 'Y', 'Ỷ' => 'Y', 'Ỹ' => 'Y', 'Ỵ' => 'Y', 'ý' => 'y', 'ỳ' => 'y', 'ỷ' => 'y', 'ỹ' => 'y', 'ỵ' => 'y', - 'Đ' => 'DJ', 'đ' => 'dj' + 'Đ' => 'D', 'đ' => 'd' ), 'ar' => array ( /* Arabic */ 'أ' => 'a', 'ب' => 'b', 'ت' => 't', 'ث' => 'th', 'ج' => 'g', 'ح' => 'h', 'خ' => 'kh', 'د' => 'd', @@ -122,8 +122,8 @@ class URLify { 'ن' => 'n', 'ه' => 'h', 'و' => 'o', 'ي' => 'y' ), 'sr' => array ( /* Serbian */ - 'ђ' => 'dj', 'ј' => 'j', 'љ' => 'lj', 'њ' => 'nj', 'ћ' => 'c', 'џ' => 'dz', 'đ' => 'dj', - 'Ђ' => 'Dj', 'Ј' => 'j', 'Љ' => 'Lj', 'Њ' => 'Nj', 'Ћ' => 'C', 'Џ' => 'Dz', 'Đ' => 'Dj' + 'ђ' => 'dj', 'ј' => 'j', 'љ' => 'lj', 'њ' => 'nj', 'ћ' => 'c', 'џ' => 'dz', 'đ' => 'd', + 'Ђ' => 'Dj', 'Ј' => 'j', 'Љ' => 'Lj', 'Њ' => 'Nj', 'Ћ' => 'C', 'Џ' => 'Dz', 'Đ' => 'D' ), 'az' => array ( /* Azerbaijani */ 'ç' => 'c', 'ə' => 'e', 'ğ' => 'g', 'ı' => 'i', 'ö' => 'o', 'ş' => 's', 'ü' => 'u',