Skip to content

Commit

Permalink
docs: 📝 add ru locale to i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
Leecason committed Mar 19, 2020
1 parent d4a78b6 commit 3b14911
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ English | [简体中文](./README_ZH.md)
- 💅Many [native extensions](https://github.com/Leecason/element-tiptap#extensions) can be used directly
- 🔖Markdown support
- 📘TypeScript support
- 🌐I18n support(`en`, `zh`, `pl`). welcome to contribute more languages
- 🌐I18n support(`en`, `zh`, `pl`, `ru`). welcome to contribute more languages
- 🎈Events you might use: `init`, `transaction`, `focus`, `blur`, `paste`, `drop`, `update`
- 🍀Fully extensible, you can customize extension with [tiptap](https://github.com/scrumpy/tiptap) and [Prosemirror](https://github.com/ProseMirror/prosemirror)
- 🌂Customize all extension menu button view
Expand Down Expand Up @@ -112,7 +112,12 @@ Vue.use(ElementTiptapPlugin, {
});
```

Available languages: `en`(default), `zh`, `pl`.
Available languages:

- `en`(default)
- `zh`
- `pl` by @FurtakM
- `ru` by @baitkul

Welcome contribution.

Expand Down Expand Up @@ -431,12 +436,13 @@ properties: [https://github.com/scrumpy/tiptap#editormenububble](https://github.
```

### footer

Footer of the editor, after the editor content.

## 🏗 Contribution

1. fork this project
2. edit code
2. edit code (semantic commit is better)
3. PR to `develop` branch

_OR_
Expand Down

0 comments on commit 3b14911

Please sign in to comment.