Skip to content

Commit

Permalink
v1.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-tam committed Dec 2, 2017
1 parent e134478 commit 90e1b68
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
2 changes: 2 additions & 0 deletions locales/ios/zh-Hant.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CFBundleDisplayName = "俐學教育中心";
CFBundleName = "俐學教育中心";
18 changes: 18 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "localize-app-name",
"version": "1.0.21",
"description": "Allows localization of iOS/Android App Name",
"cordova": {
"id": "localize-app-name",
"platforms": [
"ios"
]
},
"keywords": [
"ecosystem:cordova",
"cordova-ios",
"localize",
"app name"
],
"author": "Mooee Company Ltd."
}
18 changes: 18 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="localize-app-name"
version="1.0.21">

<name>localize-app-name</name>
<description>Allows localization of iOS/Android App Name</description>
<engines>
<engine name="cordova" version=">=2.4.0" />
</engines>
<keywords>ecosystem:cordova,cordova-ios,localize,app name</keywords>

<!-- ios -->
<platform name="ios">
<resource-file src="locales/ios/en.lproj" />
<resource-file src="locales/ios/zh-Hant.lproj" />
</platform>
</plugin>

0 comments on commit 90e1b68

Please sign in to comment.