-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e134478
commit 90e1b68
Showing
3 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CFBundleDisplayName = "俐學教育中心"; | ||
CFBundleName = "俐學教育中心"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |