Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove i18n #1828

Merged
merged 43 commits into from
May 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
dd18f51
rm
PanJiaChen Apr 2, 2019
4107fa5
tweak
PanJiaChen Apr 2, 2019
7157c2a
refine
PanJiaChen Apr 2, 2019
3145f91
tweak
PanJiaChen Apr 2, 2019
3773a8a
rm
PanJiaChen Apr 2, 2019
8a2c4a9
tweak
PanJiaChen Apr 2, 2019
22b89a2
u+
PanJiaChen Apr 3, 2019
c58c764
u+
PanJiaChen Apr 3, 2019
f74659f
u+
PanJiaChen Apr 3, 2019
5135a64
u+
PanJiaChen Apr 3, 2019
8b28e5c
fix bug
PanJiaChen Apr 3, 2019
d0543a3
u+
PanJiaChen Apr 3, 2019
e148a57
u+
PanJiaChen Apr 3, 2019
938d764
merge master
PanJiaChen Apr 9, 2019
0efdf47
Merge branch 'master' into remove-i18n
PanJiaChen Apr 12, 2019
0727d0c
add
PanJiaChen Apr 12, 2019
f2d5567
merge master
PanJiaChen Apr 16, 2019
d025ea7
refine
PanJiaChen Apr 16, 2019
da850a1
Merge branch 'master' into remove-i18n
PanJiaChen Apr 16, 2019
7c7f74d
refine
PanJiaChen Apr 16, 2019
e0829be
merge master
PanJiaChen Apr 16, 2019
7c7eef3
rm
PanJiaChen Apr 16, 2019
0c21130
add
PanJiaChen Apr 16, 2019
c09fb7f
Merge branch 'master' into remove-i18n
PanJiaChen Apr 17, 2019
c47b3e5
perf: optimize some small details
PanJiaChen Apr 18, 2019
1b044c0
Merge branch 'master' into remove-i18n
PanJiaChen Apr 18, 2019
da5ce81
Merge branch 'master' into remove-i18n
PanJiaChen Apr 19, 2019
9091017
update
PanJiaChen Apr 19, 2019
08aceea
rm
PanJiaChen Apr 19, 2019
c303868
merge master
PanJiaChen Apr 25, 2019
6520d1b
tweak
PanJiaChen Apr 25, 2019
9beb54c
merge master
PanJiaChen Apr 28, 2019
5c45b21
fix[Mock]: add error handling
PanJiaChen Apr 28, 2019
6e0f61b
refine
PanJiaChen Apr 30, 2019
abbe03c
Merge branch 'master' into remove-i18n
PanJiaChen Apr 30, 2019
e36bc34
merge master
PanJiaChen Apr 30, 2019
3f16415
merge master
PanJiaChen May 3, 2019
48f0f88
refine
PanJiaChen May 3, 2019
9c0fb26
Merge branch 'master' into remove-i18n
PanJiaChen May 5, 2019
60340f4
docs
PanJiaChen May 5, 2019
363d0b9
doc
PanJiaChen May 5, 2019
da9e486
rm
PanJiaChen May 5, 2019
c28979b
update
PanJiaChen May 5, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</a>
</p>

日本語 | [English](./README.md) | [简体中文](./README.zh-CN.md)
日本語 | [English](./README.md) | [简体中文](./README.zh-CN.md)

## 概要

Expand All @@ -46,6 +46,8 @@
- デスクトップバージョン: [electron-vue-admin](https://github.com/PanJiaChen/electron-vue-admin)
- Typescriptバージョン: [vue-typescript-admin-template](https://github.com/Armour/vue-typescript-admin-template) (鸣谢: [@Armour](https://github.com/Armour))

**After the `v4.1.0+` version, the default master branch will not support i18n. Please use [i18n Branch](https://github.com/PanJiaChen/vue-element-admin/tree/i18n), it will keep up with the master update**

**現在のバージョン `v4.0+``vue-cli` で構築,バグ報告は[issue](https://github.com/PanJiaChen/vue-element-admin/issues/new)のissueでお願いします。旧バージョン[tag/3.11.0](https://github.com/PanJiaChen/vue-element-admin/tree/tag/3.11.0)もあります。`vue-cli`に依存しないです。**

**低いバージョンのブラウザはサーポートしないです(例えば ie),必要があれば polyfill を追加してください。 [詳細はこちら](https://github.com/PanJiaChen/vue-element-admin/wiki#babel-polyfill)**
Expand Down Expand Up @@ -207,4 +209,4 @@ Modern browsers and Internet Explorer 10+.

[MIT](https://github.com/PanJiaChen/vue-element-admin/blob/master/LICENSE)

Copyright (c) 2017-present PanJiaChen
Copyright (c) 2017-present PanJiaChen
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</a>
</p>

English | [简体中文](./README.zh-CN.md) | [日本語](./README.ja.md)
English | [简体中文](./README.zh-CN.md) | [日本語](./README.ja.md)

## Introduction

Expand All @@ -50,7 +50,9 @@ It is a magical vue admin based on the newest development stack of vue, built-in
- Desktop: [electron-vue-admin](https://github.com/PanJiaChen/electron-vue-admin)
- Typescript: [vue-typescript-admin-template](https://github.com/Armour/vue-typescript-admin-template) (Credits: [@Armour](https://github.com/Armour))

**The current version is `v4.0+` build on `vue-cli`. If you find a problem, please put [issue](https://github.com/PanJiaChen/vue-element-admin/issues/new). If you want to use the old version , you can switch branch to [tag/3.11.0](https://github.com/PanJiaChen/vue-element-admin/tree/tag/3.11.0), it does not rely on `vue-cli'**
**After the `v4.1.0+` version, the default master branch will not support i18n. Please use [i18n Branch](https://github.com/PanJiaChen/vue-element-admin/tree/i18n), it will keep up with the master update**

**The current version is `v4.0+` build on `vue-cli`. If you find a problem, please put [issue](https://github.com/PanJiaChen/vue-element-admin/issues/new). If you want to use the old version , you can switch branch to [tag/3.11.0](https://github.com/PanJiaChen/vue-element-admin/tree/tag/3.11.0), it does not rely on `vue-cli`**

**This project does not support low version browsers (e.g. IE). Please add polyfill by yourself.**

Expand Down
4 changes: 3 additions & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,12 @@
- 桌面端: [electron-vue-admin](https://github.com/PanJiaChen/electron-vue-admin)
- Typescript 版: [vue-typescript-admin-template](https://github.com/Armour/vue-typescript-admin-template) (鸣谢: [@Armour](https://github.com/Armour))

**目前版本为 `v4.0+` 基于 `vue-cli` 进行构建,若发现问题,欢迎提[issue](https://github.com/PanJiaChen/vue-element-admin/issues/new)。若你想使用旧版本,可以切换分支到[tag/3.11.0](https://github.com/PanJiaChen/vue-element-admin/tree/tag/3.11.0),它不依赖 `vue-cli`**
**`v4.1.0+`版本之后默认 master 分支将不支持国际化,有需要的请使用[i18n](https://github.com/PanJiaChen/vue-element-admin/tree/i18n)分支,它会和 master 保持同步更新**

**该项目不支持低版本浏览器(如 ie),有需求请自行添加 polyfill [详情](https://github.com/PanJiaChen/vue-element-admin/wiki#babel-polyfill)**

**目前版本为 `v4.0+` 基于 `vue-cli` 进行构建,若发现问题,欢迎提[issue](https://github.com/PanJiaChen/vue-element-admin/issues/new)。若你想使用旧版本,可以切换分支到[tag/3.11.0](https://github.com/PanJiaChen/vue-element-admin/tree/tag/3.11.0),它不依赖 `vue-cli`**

群主 **[圈子](https://jianshiapp.com/circles/1209)** 群主会经常分享一些技术相关的东西,或者加入 [qq 群](https://github.com/PanJiaChen/vue-element-admin/issues/602) 或者关注 [微博](https://weibo.com/u/3423485724?is_all=1)

## 前序准备
Expand Down
Loading