From 7dd13a59c16bcdf2c5f3c23dcfb9bd74e05005cc Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Thu, 7 Jan 2021 21:01:25 +0100 Subject: [PATCH] Fixing typos --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d51c18c..6496aab1 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 97b52631..d292ea3e 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