Skip to content

Commit

Permalink
docs: remove wrong title and description
Browse files Browse the repository at this point in the history
  • Loading branch information
paleface001 committed Nov 23, 2019
1 parent 55a6a0e commit bfa101f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 24 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -68,7 +68,7 @@
"tslib": "^1.10.0"
},
"devDependencies": {
"@antv/gatsby-theme-antv": "^0.9.91",
"@antv/gatsby-theme-antv": "^0.9.102",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-angular": "^8.2.0",
"@types/jest": "^24.0.23",
Expand Down
22 changes: 0 additions & 22 deletions site/locale.json
@@ -1,26 +1,4 @@
{
"蚂蚁数据可视化": "AntV",
"项目里的国际化": "English locale in project",
"让数据栩栩如生": "Make the Data Vivid",
"AntV 是蚂蚁金服全新一代数据可视化解决方案,致力于提供一套简单方便、专业可靠、无限可能的数据可视化最佳实践。": "AntV is a new generation of data visualization solution of Ant Financial. We provide a best practice of data visualization with simplicity and convenience, profession and reliability, and infinite possibilities.",
"继续了解": "More",
"更新": "Update",
"下载使用": "Download",
"L7 发布新版本,让地图动起来!": "L7 has published the new viewsion!",
"推荐": "Recommand",
"Kitchen 3.75,效率大幅提升!": "Kitchen 3.75, lift your efficient!",
"我们的优势": "Our Advantages",
"简单方便": "Simple and Convenient",
"从数据出发,仅需几行代码可以轻松获得想要的图表展示效果。": "Starting from the data, you will get the visualization results with only a few lines of codes.",
"方便可靠": "Reliable",
"大量产品实践之上,提供绘图引擎、完备图形语法,专业设计规范。": "We provide rendering engines, complete grammar of graphics, and professional design standards for plenty of practice products.",
"无限可能": "Infinite",
"任何图表,都可以基于图形语法灵活绘制,满足你无限的创意。": "Based on the grammar of graphics, any charts or diagrams can be flexibly created, which will satisfy your infinite ideas.",
"2000+ 公司正在使用": "2000+ Companies are Using AntV",
"测试": "Test",
"G6 3.2 全新上线!": "G6 3.2 has already updated!",
"合作公司": "Companies",

"图表实验室": "Advanced Features",
"来这里尝试一下我们正在开发中的高级图表功能": "We are now working on some advanced and powerful chart features.",
"G2Plot 开箱即用的图表库": "G2Plot: a charting libaray",
Expand Down
2 changes: 1 addition & 1 deletion site/pages/index.zh.tsx
Expand Up @@ -64,7 +64,7 @@ const IndexPage = () => {

return (
<>
<SEO title={t('蚂蚁数据可视化')} lang={i18n.language} />
<SEO title={t('G2Plot 开箱即用的图表库')} lang={i18n.language} />
<Banner
coverImage = {
<img width="100%" class="Notification-module--number--31-3Z" style={{ marginLeft: '125px', marginTop: '50px' }} src="https://gw.alipayobjects.com/mdn/rms_d314dd/afts/img/A*f_gcSbpq-6kAAAAAAAAAAABkARQnAQ" /> }
Expand Down

0 comments on commit bfa101f

Please sign in to comment.