From b48fbcbf6ca963e2eaeb96ea4f83a21b50d76d9c Mon Sep 17 00:00:00 2001 From: icepy Date: Sun, 14 Apr 2019 01:03:40 +0800 Subject: [PATCH] =?UTF-8?q?[add]=20=E6=8F=90=E4=BA=A4=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- extension/farm-i18n/.gitignore | 1 + extension/farm-i18n/CHANGELOG.md | 10 ++++++++++ extension/farm-i18n/README.md | 6 +++++- extension/farm-i18n/chrome/manifest.json | 2 +- 5 files changed, 20 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e0a6f88..a213953 100644 --- a/README.md +++ b/README.md @@ -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 国际化运营支持平台 @@ -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) @@ -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 真正需要依赖的文件和目录。 diff --git a/extension/farm-i18n/.gitignore b/extension/farm-i18n/.gitignore index d86c3ca..ec4c8fb 100644 --- a/extension/farm-i18n/.gitignore +++ b/extension/farm-i18n/.gitignore @@ -61,3 +61,4 @@ typings/ .next chrome/**/*.bundle.js +*.zip diff --git a/extension/farm-i18n/CHANGELOG.md b/extension/farm-i18n/CHANGELOG.md index e69de29..27e275a 100644 --- a/extension/farm-i18n/CHANGELOG.md +++ b/extension/farm-i18n/CHANGELOG.md @@ -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 配置文件 +- 支持创建的翻译任务在本地存储 diff --git a/extension/farm-i18n/README.md b/extension/farm-i18n/README.md index 14b661a..d2eae39 100644 --- a/extension/farm-i18n/README.md +++ b/extension/farm-i18n/README.md @@ -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 国际化配置文件的扩展 @@ -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) diff --git a/extension/farm-i18n/chrome/manifest.json b/extension/farm-i18n/chrome/manifest.json index c54e416..e823b10 100644 --- a/extension/farm-i18n/chrome/manifest.json +++ b/extension/farm-i18n/chrome/manifest.json @@ -1,5 +1,5 @@ { - "version": "0.0.1", + "version": "1.0.0", "name": "farm-i18n", "manifest_version": 2, "description": "farm-i18n 是一个管理 i18n 国际化配置文件的扩展",