Skip to content

Commit

Permalink
[add] 提交 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
icepy committed Apr 13, 2019
1 parent a32f72a commit b48fbcb
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# farm-platfrom

![img](https://img.shields.io/github/license/icepy/farm-platfrom.svg) ![img](https://img.shields.io/github/last-commit/icepy/farm-platfrom.svg)
![img](https://img.shields.io/github/license/icepy/farm-platfrom.svg) ![img](https://img.shields.io/github/last-commit/icepy/farm-platfrom.svg) ![img](https://img.shields.io/github/downloads/icepy/farm-platfrom/total.svg)

i18n 国际化运营支持平台

Expand All @@ -12,7 +12,7 @@ i18n 国际化运营支持平台

## 如何使用

请先下载 Chrome Extension 使用 `farm-i18n` 来管理你的 i18n 配置文件。
请先下载 [Chrome Extension Releases 1.0.0](https://github.com/icepy/farm-platfrom/releases/tag/1.0.0) 使用 `farm-i18n` 来管理你的 i18n 配置文件。

![](./extension/farm-i18n/farm-i18n.gif)

Expand All @@ -37,4 +37,4 @@ i18n 国际化运营支持平台

你可以使用扩展来输出不同语言的翻译格式,开发者可以将这份文件保存到本地。

前端开发者可以使用 [webpack-extract-i18n-plugin](./packages/webpack-extract-i18n-plugin) 来做提取自动生存 i18n 真正需要依赖的文件和目录。
使用 Webpack 构建打包的用户可以使用 [webpack-extract-i18n-plugin](./packages/webpack-extract-i18n-plugin) 来做提取自动生存 i18n 真正需要依赖的文件和目录。
1 change: 1 addition & 0 deletions extension/farm-i18n/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ typings/
.next

chrome/**/*.bundle.js
*.zip
10 changes: 10 additions & 0 deletions extension/farm-i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 更新日志

## farm-i18n 1.0.0-2019/04/14

### Features

- 支持创建一个翻译任务
- 支持创建翻译任务时导入已有的可被 webpack-extract-i18n-plugin 提取的 i18n.json 配置文件
- 支持输出翻译结果到可被 webpack-extract-i18n-plugin 提取的 i18n.json 配置文件
- 支持创建的翻译任务在本地存储
6 changes: 5 additions & 1 deletion extension/farm-i18n/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# farm-i18n

![img](https://img.shields.io/github/license/icepy/farm-platfrom.svg)
![img](https://img.shields.io/github/license/icepy/farm-platfrom.svg) ![img](https://img.shields.io/github/downloads/icepy/farm-platfrom/total.svg)

farm-i18n 是一个管理 i18n 国际化配置文件的扩展

Expand All @@ -12,3 +12,7 @@ farm-i18n 是一个管理 i18n 国际化配置文件的扩展
$ yarn
$ npm run dev
```

## Releases

- [Releases 1.0.0](https://github.com/icepy/farm-platfrom/releases/tag/1.0.0)
2 changes: 1 addition & 1 deletion extension/farm-i18n/chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.1",
"version": "1.0.0",
"name": "farm-i18n",
"manifest_version": 2,
"description": "farm-i18n 是一个管理 i18n 国际化配置文件的扩展",
Expand Down

0 comments on commit b48fbcb

Please sign in to comment.