Skip to content

Commit

Permalink
Merge pull request #47 from gopenso/master
Browse files Browse the repository at this point in the history
add zh_TW translation
  • Loading branch information
manucaralmo authored Dec 16, 2021
2 parents 6875918 + 53ae638 commit 2669caa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Now you can choose between these available languages:
- Afrikaans (`af`)
- Malagasy (`mg`)
- Russian (`ru`)
- Chinese Traditional (`zh_TW`)

Set language in the first parameter of `glowCookies.start('en', { })` method.

Expand Down
8 changes: 8 additions & 0 deletions src/glowCookies.js
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,14 @@ class LanguagesGC {
'acceptBtnText': 'Cookiesを受け入れる',
'rejectBtnText': '拒否',
'manageText': 'cookies管理'
},
zh_TW: {
'bannerHeading': '我們使用 Cookies',
'bannerDescription' : '我們使用了自己和第三方的 cookies 來個人化您的內容和分析網頁的流量。',
'bannerLinkText' : '閱讀更多關於 cookies',
'acceptBtnText' : '同意 cookies',
'rejectBtnText' : '拒絕',
'manageText' : '管理 cookies'
}
}
}
Expand Down

0 comments on commit 2669caa

Please sign in to comment.