Browse Source

Update the language map

pull/255/head
Danang Probo Sayekti 10 years ago
parent
commit
c1f8079049
4 changed files with 10 additions and 8 deletions
  1. +3
    -1
      COPYRIGHT.txt
  2. +1
    -1
      cache/installedVersion.json
  3. +3
    -3
      system/includes/functions.php
  4. +3
    -3
      system/plugins/urlify/URLify.php

+ 3
- 1
COPYRIGHT.txt View File

@ -42,4 +42,6 @@ license, including:
Password Compat - (c) Anthony Ferrara <https://github.com/ircmaxell> Password Compat - (c) Anthony Ferrara <https://github.com/ircmaxell>
jQuery.AjaxFileUpload.js - (c) Jordan Feldstein <https://github.com/jfeldstein>
jQuery.AjaxFileUpload.js - (c) Jordan Feldstein <https://github.com/jfeldstein>
URLify for PHP by jbroadway <https://github.com/jbroadway> based on URLify.js - (c) Django Software Foundation and individual contributors

+ 1
- 1
cache/installedVersion.json View File

@ -1,4 +1,4 @@
{ {
"id": 782014, "id": 782014,
"tag_name": "v2.6.5"
"tag_name": "v2.6.6"
} }

+ 3
- 3
system/includes/functions.php View File

@ -533,7 +533,7 @@ function get_category_info($category)
return $tmp; return $tmp;
} }
// Return default profile
// Return default category
function default_category() function default_category()
{ {
$tmp = array(); $tmp = array();
@ -541,9 +541,9 @@ function default_category()
$desc->title = 'Uncategorized'; $desc->title = 'Uncategorized';
$desc->url = site_url() . 'category/uncategorized'; $desc->url = site_url() . 'category/uncategorized';
$desc->body = "<p>Topics that don't need a category, or don't fit into any other existing category.</p>";
$desc->body = '<p>Topics that don&#39;t need a category, or don&#39;t fit into any other existing category.</p>';
$desc->description = "Topics that don't need a category, or don't fit into any other existing category";
$desc->description = 'Topics that don&#39;t need a category, or don&#39;t fit into any other existing category.';
return $tmp[] = $desc; return $tmp[] = $desc;
} }


+ 3
- 3
system/plugins/urlify/URLify.php View File

@ -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',
'ú' => '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', 'Ý' => 'Y', 'Ỳ' => 'Y', 'Ỷ' => 'Y', 'Ỹ' => 'Y', 'Ỵ' => 'Y', 'ý' => 'y', 'ỳ' => 'y', 'ỷ' => 'y', 'ỹ' => 'y', 'ỵ' => 'y',
'Đ' => 'DJ', 'đ' => 'dj'
'Đ' => 'D', 'đ' => 'd'
), ),
'ar' => array ( /* Arabic */ 'ar' => array ( /* Arabic */
'أ' => 'a', 'ب' => 'b', 'ت' => 't', 'ث' => 'th', 'ج' => 'g', 'ح' => 'h', 'خ' => 'kh', 'د' => 'd', 'أ' => 'a', 'ب' => 'b', 'ت' => 't', 'ث' => 'th', 'ج' => 'g', 'ح' => 'h', 'خ' => 'kh', 'د' => 'd',
@ -122,8 +122,8 @@ class URLify {
'ن' => 'n', 'ه' => 'h', 'و' => 'o', 'ي' => 'y' 'ن' => 'n', 'ه' => 'h', 'و' => 'o', 'ي' => 'y'
), ),
'sr' => array ( /* Serbian */ '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 */ 'az' => array ( /* Azerbaijani */
'ç' => 'c', 'ə' => 'e', 'ğ' => 'g', 'ı' => 'i', 'ö' => 'o', 'ş' => 's', 'ü' => 'u', 'ç' => 'c', 'ə' => 'e', 'ğ' => 'g', 'ı' => 'i', 'ö' => 'o', 'ş' => 's', 'ü' => 'u',


Loading…
Cancel
Save