mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-15 12:43:33 +09:00
Adding Simplified Chinese support
This commit is contained in:
@@ -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
@@ -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 - فارسى
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user