Skip to content

Commit

Permalink
Fix spelling error in README (verison vs version) (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
reckel-jm authored Oct 20, 2024
1 parent 009eab2 commit 6d9dcc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ You can use `_version` key to specify the version (This version is the locale fi
rust-i18n supports two style of config file, and those versions will always be keeping.

- `_version: 1` - Split each locale into difference files, it is useful when your project wants to split to translate work.
- `_verison: 2` - Put all localized text into same file, it is easy to translate quickly by AI (e.g.: GitHub Copilot). When you write original text, just press Enter key, then AI will suggest you the translation text for other languages.
- `_version: 2` - Put all localized text into same file, it is easy to translate quickly by AI (e.g.: GitHub Copilot). When you write original text, just press Enter key, then AI will suggest you the translation text for other languages.

You can choose as you like.

Expand Down

0 comments on commit 6d9dcc0

Please sign in to comment.