Adding Simplified Chinese support

This commit is contained in:
Ultimate Member
2015-12-03 21:48:39 +02:00
parent 9c7d4df8ff
commit bd468d6125
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
Plugin Name: Ultimate Member
Plugin URI: http://ultimatemember.com/
Description: The easiest way to create powerful online communities and beautiful user profiles with WordPress
Version: 1.3.29
Version: 1.3.30
Author: Ultimate Member
Author URI: http://ultimatemember.com/
*/
+2 -1
View File
@@ -7,7 +7,7 @@ Tags: access control, author, authors, author profile, comments, community, comm
Requires at least: 4.1
Tested up to: 4.3
Stable Tag: 1.3.29
Stable Tag: 1.3.30
License: GNU Version 2 or Any Later Version
@@ -91,6 +91,7 @@ Ultimate Member has been translated into the following languages:
* Polish - Polski
* Czech
* Greek
* Simplified Chinese
* Russian - Русский
* Turkish - Türkçe
* Farsi - فارسى
+1
View File
@@ -32,6 +32,7 @@ class UM_API {
'pl_PL' => 'Polski',
'cs_CZ' => 'Czech',
'el' => 'Greek',
'zh_CN' => 'Simplified Chinese',
'ru_RU' => 'Русский',
'tr_TR' => 'Türkçe',
'fa_IR' => 'Farsi',