diff --git a/README.md b/README.md index 6b6a1e0..7b0da12 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,6 @@ go-i18n is a Go [package](#package-i18n) and a [command](#command-goi18n) that h - Supports strings with named variables using [text/template](http://golang.org/pkg/text/template/) syntax. - Supports message files of any format (e.g. JSON, TOML, YAML). - - - -[**English**](README.md) · [**简体中文**](.github/README.zh-Hans.md) - - - - ## Package i18n [![Go Reference](https://pkg.go.dev/badge/github.com/nicksnyder/go-i18n/v2/i18n.svg)](https://pkg.go.dev/github.com/nicksnyder/go-i18n/v2/i18n) @@ -141,6 +133,13 @@ If you have added new messages to your program: - Look at the [code examples](https://github.com/nicksnyder/go-i18n/blob/main/i18n/example_test.go) and [tests](https://github.com/nicksnyder/go-i18n/blob/main/i18n/localizer_test.go). - Look at an example [application](https://github.com/nicksnyder/go-i18n/tree/main/example). +## Translations of this document + +Community translations of this document may be found in the [.github](.github) folder. + +These translations are maintained by the community, and are not maintained by the author of this project. +They are not guaranteed to be accurate or up-to-date. + ## License go-i18n is available under the MIT license. See the [LICENSE](LICENSE) file for more info.