Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/go-i18n.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordeining <andreas@deininger.net>2021-01-07 23:30:49 +0300
committerGitHub <noreply@github.com>2021-01-07 23:30:49 +0300
commita5b9f57ef0d4f3ea2277b1c9c3462c3e312e7a15 (patch)
tree1136f899113467fa11c8d39fa6b6b0b390e02d47
parent603af13488ca751833928c45f7ada0eed720a392 (diff)
Fixing typos (#242)
-rw-r--r--CHANGELOG.md2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6d51c18..6496aab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,7 +10,7 @@ To see the documentation for minor or patch version, [view the release notes](ht
The first commit to this project was January 2012 (go1 had not yet been released) and v1.0.0 was tagged June 2015 (go1.4).
This project has evolved with the Go ecosystem since then in a backwards compatible way,
-but there is a growing list of issues and warts that cannot be addressed without breaking compatiblity.
+but there is a growing list of issues and warts that cannot be addressed without breaking compatibility.
v2 is rewrite of the API from first principals to make it more idiomatic Go, and to resolve a backlog of issues: https://github.com/nicksnyder/go-i18n/milestone/1
diff --git a/README.md b/README.md
index 97b5263..d292ea3 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,7 @@ other = "{{.Name}} has {{.Count}} cats."
### Translating a new language
1. Create an empty message file for the language that you want to add (e.g. `translate.es.toml`).
-2. Run `goi18n merge active.en.toml translate.es.toml` to populate `translate.es.toml` with the mesages to be translated.
+2. Run `goi18n merge active.en.toml translate.es.toml` to populate `translate.es.toml` with the messages to be translated.
```toml
# translate.es.toml