Skip to content

Commit

Permalink
added Chinese translation. fixed close button
Browse files Browse the repository at this point in the history
  • Loading branch information
cubiq committed May 13, 2014
1 parent a2ac8e1 commit baa2e8e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 19 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "add-to-homescreen",
"version": "3.0.4",
"version": "3.0.5",
"homepage": "https://github.com/cubiq/add-to-homescreen",
"authors": [
"Matteo Spinelli <matteo@cubiq.org> (http://cubiq.org)"
Expand Down
12 changes: 11 additions & 1 deletion src/addtohomescreen.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Add to Homescreen v3.0.4 ~ (c) 2014 Matteo Spinelli ~ @license: http://cubiq.org/license */
/* Add to Homescreen v3.0.5 ~ (c) 2014 Matteo Spinelli ~ @license: http://cubiq.org/license */
(function (window, document) {
/*
_ _ _____ _____
Expand Down Expand Up @@ -48,6 +48,16 @@ ath.intl = {
nl_nl: {
message: 'Om deze webapp op je telefoon te installeren, klik op %icon en dan <strong>%action</strong>.',
action: { ios: 'Voeg toe aan beginscherm', android: 'Toevoegen aan startscherm', windows: 'Aan startscherm vastmaken' }
},

zh_cn: {
message: '如要把应用程式加至主屏幕,请点击%icon, 然后<strong>%action</strong>',
action: { ios: '加至主屏幕', android: '加至主屏幕', windows: '按住启动' }
},

zh_tw: {
message: '如要把應用程式加至主屏幕, 請點擊%icon, 然後<strong>%action</strong>.',
action: { ios: '加至主屏幕', android: '加至主屏幕', windows: '按住啟動' }
}
};

Expand Down
Loading

0 comments on commit baa2e8e

Please sign in to comment.