Skip to content

Commit b9ffaed

Browse files
committed
chore: release v1.0.0
1 parent 4efdf0c commit b9ffaed

10 files changed

+19
-80
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div align="center">
22
<p style="font-size: 18px;">Lightweight, simple, flexible, automatic translation internationalization tool for Svelte</p>
33

4-
English | [简体中文](https://github.com/i18n-pro/svelte/blob/v1.0.0-alpha.2/README_zh-CN.md)
4+
English | [简体中文](https://github.com/i18n-pro/svelte/blob/v1.0.0/README_zh-CN.md)
55

66

77

@@ -167,12 +167,12 @@ new App({
167167
>To avoid unnecessary duplicate document content, some of the documents in this library are linked to the content in `i18n-pro` <br />The `i18n-pro` related link in the current document is based on the `2.1.0` version. If you are using a different version, you need to check the document corresponding to the version you are using to avoid inconsistent usage
168168
* Current Library
169169
* Quick Start
170-
* [Implementation based on `Store` ](https://github.com/i18n-pro/svelte/blob/v1.0.0-alpha.2/docs/dist/USAGE_STORE.md)
171-
* [Implementation based on `Context` ](https://github.com/i18n-pro/svelte/blob/v1.0.0-alpha.2/docs/dist/USAGE_CONTEXT.md)
170+
* [Implementation based on `Store` ](https://github.com/i18n-pro/svelte/blob/v1.0.0/docs/dist/USAGE_STORE.md)
171+
* [Implementation based on `Context` ](https://github.com/i18n-pro/svelte/blob/v1.0.0/docs/dist/USAGE_CONTEXT.md)
172172
* API
173-
* [Implementation based on `Store` ](https://github.com/i18n-pro/svelte/blob/v1.0.0-alpha.2/docs/dist/API_STORE.md)
174-
* [Implementation based on `Context` ](https://github.com/i18n-pro/svelte/blob/v1.0.0-alpha.2/docs/dist/API_CONTEXT.md)
175-
* [Changelog](https://github.com/i18n-pro/svelte/blob/v1.0.0-alpha.2/docs/dist/CHANGELOG.md)
173+
* [Implementation based on `Store` ](https://github.com/i18n-pro/svelte/blob/v1.0.0/docs/dist/API_STORE.md)
174+
* [Implementation based on `Context` ](https://github.com/i18n-pro/svelte/blob/v1.0.0/docs/dist/API_CONTEXT.md)
175+
* [Changelog](https://github.com/i18n-pro/svelte/blob/v1.0.0/docs/dist/CHANGELOG.md)
176176
* i18n-pro
177177
* [Command Line](https://github.com/i18n-pro/core/blob/v2.1.0/docs/dist/COMMAND_LINE.md)
178178
* [Matching Rules](https://github.com/i18n-pro/core/blob/v2.1.0/docs/dist/MATCH_RULE.md)

README_zh-CN.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div align="center">
22
<p style="font-size: 18px;">适用于 Svelte 的轻量、简单、灵活、自动翻译的国际化工具</p>
33

4-
[English](https://github.com/i18n-pro/svelte/tree/v1.0.0-alpha.2#readme) | 简体中文
4+
[English](https://github.com/i18n-pro/svelte/tree/v1.0.0#readme) | 简体中文
55

66

77

@@ -167,12 +167,12 @@ new App({
167167
>为了避免不必要的重复文档内容,该库的部分文档是链接 `i18n-pro` 中的内容<br />当前文档中 `i18n-pro` 相关链接是基于 `2.1.0` 版本,如果你使用的非该版本,需查看你所使用版本对应的文档,以免用法不一致
168168
* 当前库
169169
* 快速上手
170-
* [基于 `Store` 实现](https://github.com/i18n-pro/svelte/blob/v1.0.0-alpha.2/docs/dist/USAGE_STORE_zh-CN.md)
171-
* [基于 `Context` 实现](https://github.com/i18n-pro/svelte/blob/v1.0.0-alpha.2/docs/dist/USAGE_CONTEXT_zh-CN.md)
170+
* [基于 `Store` 实现](https://github.com/i18n-pro/svelte/blob/v1.0.0/docs/dist/USAGE_STORE_zh-CN.md)
171+
* [基于 `Context` 实现](https://github.com/i18n-pro/svelte/blob/v1.0.0/docs/dist/USAGE_CONTEXT_zh-CN.md)
172172
* API
173-
* [基于 `Store` 实现](https://github.com/i18n-pro/svelte/blob/v1.0.0-alpha.2/docs/dist/API_STORE_zh-CN.md)
174-
* [基于 `Context` 实现](https://github.com/i18n-pro/svelte/blob/v1.0.0-alpha.2/docs/dist/API_CONTEXT_zh-CN.md)
175-
* [更新日志](https://github.com/i18n-pro/svelte/blob/v1.0.0-alpha.2/docs/dist/CHANGELOG_zh-CN.md)
173+
* [基于 `Store` 实现](https://github.com/i18n-pro/svelte/blob/v1.0.0/docs/dist/API_STORE_zh-CN.md)
174+
* [基于 `Context` 实现](https://github.com/i18n-pro/svelte/blob/v1.0.0/docs/dist/API_CONTEXT_zh-CN.md)
175+
* [更新日志](https://github.com/i18n-pro/svelte/blob/v1.0.0/docs/dist/CHANGELOG_zh-CN.md)
176176
* i18n-pro
177177
* [命令行](https://github.com/i18n-pro/core/blob/v2.1.0/docs/dist/COMMAND_LINE_zh-CN.md)
178178
* [匹配规则](https://github.com/i18n-pro/core/blob/v2.1.0/docs/dist/MATCH_RULE_zh-CN.md)

docs/dist/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Changelog
33

44

5-
English | [简体中文](https://github.com/i18n-pro/svelte/blob/v1.0.0-alpha.2/docs/dist/CHANGELOG_zh-CN.md)
5+
English | [简体中文](https://github.com/i18n-pro/svelte/blob/v1.0.0/docs/dist/CHANGELOG_zh-CN.md)
66

77

88
<details >

docs/dist/CHANGELOG_zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# 更新日志
33

44

5-
[English](https://github.com/i18n-pro/svelte/blob/v1.0.0-alpha.2/docs/dist/CHANGELOG.md) | 简体中文
5+
[English](https://github.com/i18n-pro/svelte/blob/v1.0.0/docs/dist/CHANGELOG.md) | 简体中文
66

77

88
<details >

docs/dist/USAGE_CONTEXT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@ You can switch languages through `setI18n`
155155

156156

157157
## 8. Demo
158-
Real code examples can refer to [Live Demo](https://github.com/i18n-pro/svelte/tree/v1.0.0-alpha.2#live-demo) in the `README` document
158+
Real code examples can refer to [Live Demo](https://github.com/i18n-pro/svelte/tree/v1.0.0#live-demo) in the `README` document

docs/dist/USAGE_CONTEXT_zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@ export default {
155155

156156

157157
## 8. Demo
158-
真实代码示例可参考 `README` 文档中的 [Live Demo](https://github.com/i18n-pro/svelte/blob/v1.0.0-alpha.2/README_zh-CN.md#live-demo)
158+
真实代码示例可参考 `README` 文档中的 [Live Demo](https://github.com/i18n-pro/svelte/blob/v1.0.0/README_zh-CN.md#live-demo)

docs/dist/USAGE_STORE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ You can switch languages through `setI18n`
139139

140140

141141
## 8. Demo
142-
Real code examples can refer to [Live Demo](https://github.com/i18n-pro/svelte/tree/v1.0.0-alpha.2#live-demo) in the `README` document
142+
Real code examples can refer to [Live Demo](https://github.com/i18n-pro/svelte/tree/v1.0.0#live-demo) in the `README` document

docs/dist/USAGE_STORE_zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ createI18n({
139139

140140

141141
## 8. Demo
142-
真实代码示例可参考 `README` 文档中的 [Live Demo](https://github.com/i18n-pro/svelte/blob/v1.0.0-alpha.2/README_zh-CN.md#live-demo)
142+
真实代码示例可参考 `README` 文档中的 [Live Demo](https://github.com/i18n-pro/svelte/blob/v1.0.0/README_zh-CN.md#live-demo)

jsx-to-md.config.js

Lines changed: 0 additions & 61 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@i18n-pro/svelte",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0",
44
"type": "module",
55
"description": "Lightweight, simple, flexible, automatic translation internationalization tool for Svelte(适用于 Svelte 的轻量、简单、灵活、自动翻译的国际化工具)",
66
"keywords": [

0 commit comments

Comments
 (0)