diff --git a/README.md b/README.md index 35b0796..5fc73bc 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,14 @@ Locales implemented: - `nl` - `nb` - `de` - - `ar` + - `ar` - `es` - `it` - `pt` Please submit a PR with a new locale if you need it. In order to create a new locale, you could translate it automatically with `node scripts/create-locale` which will use google translate. + +Please follow [`semantic-release` message format](https://semantic-release.gitbook.io/semantic-release/#commit-message-format). + +Example: +`feat(locales): add locale XX`