From bd468d612562b0f4a693df203e0a219ca7b80fd6 Mon Sep 17 00:00:00 2001 From: Ultimate Member Date: Thu, 3 Dec 2015 21:48:39 +0200 Subject: [PATCH] Adding Simplified Chinese support --- index.php | 2 +- readme.txt | 3 ++- um-init.php | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index dd3f5604..b81fe70d 100644 --- a/index.php +++ b/index.php @@ -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/ */ diff --git a/readme.txt b/readme.txt index 76637ddb..171cff83 100644 --- a/readme.txt +++ b/readme.txt @@ -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 - فارسى diff --git a/um-init.php b/um-init.php index b508dc40..8b4be14b 100644 --- a/um-init.php +++ b/um-init.php @@ -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',