Skip to content

Commit

Permalink
➕ implement simplified Chinese
Browse files Browse the repository at this point in the history
  • Loading branch information
devmount committed Oct 26, 2020
1 parent 7b119a9 commit 16beb2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ let messages = {
'ru': require('../public/_locales/ru/messages.json'), // Russian
'sv': require('../public/_locales/sv/messages.json'), // Swedish
'th': require('../public/_locales/th/messages.json'), // Thai
'zh-cn': require('../public/_locales/zh-cn/messages.json'), // Simplified Chinese
'zh-tw': require('../public/_locales/zh-tw/messages.json'), // Traditional Chinese
}
const i18n = new VueI18n({
Expand Down
1 change: 1 addition & 0 deletions src/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ let messages = {
'ru': require('../public/_locales/ru/messages.json'), // Russian
'sv': require('../public/_locales/sv/messages.json'), // Swedish
'th': require('../public/_locales/th/messages.json'), // Thai
'zh-cn': require('../public/_locales/zh-cn/messages.json'), // Simplified Chinese
'zh-tw': require('../public/_locales/zh-tw/messages.json'), // Traditional Chinese
}
const i18n = new VueI18n({
Expand Down

0 comments on commit 16beb2b

Please sign in to comment.