Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Thanks for understanding that English is used as a shared language in this repos
Maintainers do not use machine translation to avoid miscommunication due to error in translation.
If description of issue / PR are written in non-English languages, those may be closed.

It is ofcourse fine to use non-English language, when you open a PR to translate documents and communicates with other users in same language.
It is of course fine to use non-English language, when you open a PR to translate documents and communicates with other users in same language.

## Issue Reporting Guidelines

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@ The examples are offered that use the following two API styles:
- See the `examples/legacy` directory.
- `VueI18n.prototype.getChoiceIndex`
- -> Legacy API style: `pluralizationRules` option of `createI18n` factory function (like `new VueI18n(...)`)
- -> Compsable API style: `pluralRules` option of `createI18nComposer` facatory function
- -> Compsable API style: `pluralRules` option of `createI18nComposer` factory function
- `VueI18n.version` -> `import { VERSION } from 'vue-i18n'`
- `VueI18n.availabilities` -> `import { availabilities } from 'vue-i18n'`
- See the details [here](https://github.com/intlify/vue-i18n-next/blob/master/docs/vue-i18n.md)

#### Components
- `<i18n>` component
- Renamte to `<i18n-t>` component
- Rename to `<i18n-t>` component
- Remove the below props:
- `place` prop
- `places` prop
Expand Down