mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 04:11:26 +08:00
docs: language button text, #3635
This commit is contained in:
@@ -75,7 +75,7 @@ module.exports = {
|
|||||||
locales: {
|
locales: {
|
||||||
'/': {
|
'/': {
|
||||||
lang: 'zh-CN',
|
lang: 'zh-CN',
|
||||||
selectText: '选择语言',
|
selectText: 'Languages',
|
||||||
label: '简体中文',
|
label: '简体中文',
|
||||||
editLinkText: '在 GitHub 上编辑此页',
|
editLinkText: '在 GitHub 上编辑此页',
|
||||||
lastUpdated: '上次更新',
|
lastUpdated: '上次更新',
|
||||||
@@ -137,7 +137,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
'/en/': {
|
'/en/': {
|
||||||
lang: 'en-US',
|
lang: 'en-US',
|
||||||
selectText: 'Languages',
|
selectText: '选择语言',
|
||||||
label: 'English',
|
label: 'English',
|
||||||
editLinkText: 'Edit this page on GitHub',
|
editLinkText: 'Edit this page on GitHub',
|
||||||
lastUpdated: 'Last Updated',
|
lastUpdated: 'Last Updated',
|
||||||
|
|||||||
Reference in New Issue
Block a user