mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
docs: improve home page text (#38705)
This commit is contained in:
parent
421c60f2e9
commit
c5fe4cab73
@ -8,14 +8,14 @@ import * as utils from '../../../theme/utils';
|
|||||||
|
|
||||||
const locales = {
|
const locales = {
|
||||||
cn: {
|
cn: {
|
||||||
slogan: '助力设计开发者「更灵活」的搭建出「更美」的产品,让用户「快乐工作」~',
|
slogan: '助力设计开发者「更灵活」地搭建出「更美」的产品,让用户「快乐工作」~',
|
||||||
start: '开始使用',
|
start: '开始使用',
|
||||||
designLanguage: '设计语言',
|
designLanguage: '设计语言',
|
||||||
},
|
},
|
||||||
en: {
|
en: {
|
||||||
slogan:
|
slogan:
|
||||||
'Help design developers "more flexible" to build "more beautiful" products, helping users to "work happily"~',
|
'Help designers/developers building beautiful products more flexible and working with happiness',
|
||||||
start: 'Get Start',
|
start: 'Getting Started',
|
||||||
designLanguage: 'Design Language',
|
designLanguage: 'Design Language',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user