Skip to content

Commit

Permalink
docs: 📝 add de i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
Leecason committed Apr 2, 2020
1 parent 0c5bd28 commit afda99b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ English | [简体中文](./README_ZH.md)
- 💅Many out of box [extensions](https://github.com/Leecason/element-tiptap#extensions) (welcome to submit an issue for feature request👏)
- 🔖Markdown support
- 📘TypeScript support
- 🌐I18n support(`en`, `zh`, `pl`, `ru`). welcome to contribute more languages
- 🌐I18n support(`en`, `zh`, `pl`, `ru`, `de`). welcome to contribute more languages
- 🎈Events you might use: `init`, `transaction`, `focus`, `blur`, `paste`, `drop`, `update`
- 🍀Fully extensible, you can customize editor extension and its menu button view
- 💻Also can control the behavior of the editor directly, customize the editor for yourself.
Expand Down Expand Up @@ -117,6 +117,7 @@ Available languages:
- `zh`
- `pl` by @FurtakM
- `ru` by @baitkul
- `de` by @Thesicstar

Welcome contribution.

Expand Down
10 changes: 8 additions & 2 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
- 💅许多开箱即用的 [extension](https://github.com/Leecason/element-tiptap#extensions) (欢迎提交 issue 为新的 feature 留下建议👏)
- 🔖支持 markdown 语法
- 📘TypeScript 支持
- 🌐支持 i18n(`en`, `zh`, `pl`). 欢迎贡献更多的语言
- 🌐支持 i18n(`en`, `zh`, `pl`, `ru`, `de`). 欢迎贡献更多的语言
- 🎈可用的 `events`: `init`, `transaction`, `focus`, `blur`, `paste`, `drop`, `update`
- 🍀高度自定义, 你可以自定义 extension 和它对应的菜单按钮视图
- 💻也可以通过直接控制编辑器的行为来定制编辑器。
Expand Down Expand Up @@ -111,7 +111,13 @@ Vue.use(ElementTiptapPlugin, {
});
```

可用的语言: `en`(默认), `zh`, `pl`.
可用的语言:

- `en`(默认)
- `zh`
- `pl` by @FurtakM
- `ru` by @baitkul
- `de` by @Thesicstar

欢迎贡献更多的语言.

Expand Down

0 comments on commit afda99b

Please sign in to comment.