Skip to content

Commit

Permalink
chore: release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eyelly-wu committed Apr 29, 2024
1 parent 4efdf0c commit b9ffaed
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 80 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div align="center">
<p style="font-size: 18px;">Lightweight, simple, flexible, automatic translation internationalization tool for Svelte</p>

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



Expand Down Expand Up @@ -167,12 +167,12 @@ new App({
>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
* Current Library
* Quick Start
* [Implementation based on `Store` ](https://github.com/i18n-pro/svelte/blob/v1.0.0-alpha.2/docs/dist/USAGE_STORE.md)
* [Implementation based on `Context` ](https://github.com/i18n-pro/svelte/blob/v1.0.0-alpha.2/docs/dist/USAGE_CONTEXT.md)
* [Implementation based on `Store` ](https://github.com/i18n-pro/svelte/blob/v1.0.0/docs/dist/USAGE_STORE.md)
* [Implementation based on `Context` ](https://github.com/i18n-pro/svelte/blob/v1.0.0/docs/dist/USAGE_CONTEXT.md)
* API
* [Implementation based on `Store` ](https://github.com/i18n-pro/svelte/blob/v1.0.0-alpha.2/docs/dist/API_STORE.md)
* [Implementation based on `Context` ](https://github.com/i18n-pro/svelte/blob/v1.0.0-alpha.2/docs/dist/API_CONTEXT.md)
* [Changelog](https://github.com/i18n-pro/svelte/blob/v1.0.0-alpha.2/docs/dist/CHANGELOG.md)
* [Implementation based on `Store` ](https://github.com/i18n-pro/svelte/blob/v1.0.0/docs/dist/API_STORE.md)
* [Implementation based on `Context` ](https://github.com/i18n-pro/svelte/blob/v1.0.0/docs/dist/API_CONTEXT.md)
* [Changelog](https://github.com/i18n-pro/svelte/blob/v1.0.0/docs/dist/CHANGELOG.md)
* i18n-pro
* [Command Line](https://github.com/i18n-pro/core/blob/v2.1.0/docs/dist/COMMAND_LINE.md)
* [Matching Rules](https://github.com/i18n-pro/core/blob/v2.1.0/docs/dist/MATCH_RULE.md)
Expand Down
12 changes: 6 additions & 6 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div align="center">
<p style="font-size: 18px;">适用于 Svelte 的轻量、简单、灵活、自动翻译的国际化工具</p>

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



Expand Down Expand Up @@ -167,12 +167,12 @@ new App({
>为了避免不必要的重复文档内容,该库的部分文档是链接 `i18n-pro` 中的内容<br />当前文档中 `i18n-pro` 相关链接是基于 `2.1.0` 版本,如果你使用的非该版本,需查看你所使用版本对应的文档,以免用法不一致
* 当前库
* 快速上手
* [基于 `Store` 实现](https://github.com/i18n-pro/svelte/blob/v1.0.0-alpha.2/docs/dist/USAGE_STORE_zh-CN.md)
* [基于 `Context` 实现](https://github.com/i18n-pro/svelte/blob/v1.0.0-alpha.2/docs/dist/USAGE_CONTEXT_zh-CN.md)
* [基于 `Store` 实现](https://github.com/i18n-pro/svelte/blob/v1.0.0/docs/dist/USAGE_STORE_zh-CN.md)
* [基于 `Context` 实现](https://github.com/i18n-pro/svelte/blob/v1.0.0/docs/dist/USAGE_CONTEXT_zh-CN.md)
* API
* [基于 `Store` 实现](https://github.com/i18n-pro/svelte/blob/v1.0.0-alpha.2/docs/dist/API_STORE_zh-CN.md)
* [基于 `Context` 实现](https://github.com/i18n-pro/svelte/blob/v1.0.0-alpha.2/docs/dist/API_CONTEXT_zh-CN.md)
* [更新日志](https://github.com/i18n-pro/svelte/blob/v1.0.0-alpha.2/docs/dist/CHANGELOG_zh-CN.md)
* [基于 `Store` 实现](https://github.com/i18n-pro/svelte/blob/v1.0.0/docs/dist/API_STORE_zh-CN.md)
* [基于 `Context` 实现](https://github.com/i18n-pro/svelte/blob/v1.0.0/docs/dist/API_CONTEXT_zh-CN.md)
* [更新日志](https://github.com/i18n-pro/svelte/blob/v1.0.0/docs/dist/CHANGELOG_zh-CN.md)
* i18n-pro
* [命令行](https://github.com/i18n-pro/core/blob/v2.1.0/docs/dist/COMMAND_LINE_zh-CN.md)
* [匹配规则](https://github.com/i18n-pro/core/blob/v2.1.0/docs/dist/MATCH_RULE_zh-CN.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Changelog


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


<details >
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/CHANGELOG_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# 更新日志


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


<details >
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/USAGE_CONTEXT.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,4 @@ You can switch languages through `setI18n`


## 8. Demo
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
Real code examples can refer to [Live Demo](https://github.com/i18n-pro/svelte/tree/v1.0.0#live-demo) in the `README` document
2 changes: 1 addition & 1 deletion docs/dist/USAGE_CONTEXT_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,4 @@ export default {


## 8. Demo
真实代码示例可参考 `README` 文档中的 [Live Demo](https://github.com/i18n-pro/svelte/blob/v1.0.0-alpha.2/README_zh-CN.md#live-demo)
真实代码示例可参考 `README` 文档中的 [Live Demo](https://github.com/i18n-pro/svelte/blob/v1.0.0/README_zh-CN.md#live-demo)
2 changes: 1 addition & 1 deletion docs/dist/USAGE_STORE.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@ You can switch languages through `setI18n`


## 8. Demo
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
Real code examples can refer to [Live Demo](https://github.com/i18n-pro/svelte/tree/v1.0.0#live-demo) in the `README` document
2 changes: 1 addition & 1 deletion docs/dist/USAGE_STORE_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@ createI18n({


## 8. Demo
真实代码示例可参考 `README` 文档中的 [Live Demo](https://github.com/i18n-pro/svelte/blob/v1.0.0-alpha.2/README_zh-CN.md#live-demo)
真实代码示例可参考 `README` 文档中的 [Live Demo](https://github.com/i18n-pro/svelte/blob/v1.0.0/README_zh-CN.md#live-demo)
61 changes: 0 additions & 61 deletions jsx-to-md.config.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@i18n-pro/svelte",
"version": "1.0.0-alpha.2",
"version": "1.0.0",
"type": "module",
"description": "Lightweight, simple, flexible, automatic translation internationalization tool for Svelte(适用于 Svelte 的轻量、简单、灵活、自动翻译的国际化工具)",
"keywords": [
Expand Down

0 comments on commit b9ffaed

Please sign in to comment.