Skip to content

Commit 793d597

Browse files
committed
Translation disclaimer
1 parent db4b725 commit 793d597

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

‎README.md‎

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ go-i18n is a Go [package](#package-i18n) and a [command](#command-goi18n) that h
88
- Supports strings with named variables using [text/template](http://golang.org/pkg/text/template/) syntax.
99
- Supports message files of any format (e.g. JSON, TOML, YAML).
1010

11-
<strong align="center">
12-
<samp>
13-
14-
[**English**](README.md) · [**简体中文**](.github/README.zh-Hans.md)
15-
16-
</samp>
17-
</strong>
18-
1911
## Package i18n
2012

2113
[![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:
141133
- 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).
142134
- Look at an example [application](https://github.com/nicksnyder/go-i18n/tree/main/example).
143135

136+
## Translations of this document
137+
138+
Community translations of this document may be found in the [.github](.github) folder.
139+
140+
These translations are maintained by the community, and are not maintained by the author of this project.
141+
They are not guaranteed to be accurate or up-to-date.
142+
144143
## License
145144

146145
go-i18n is available under the MIT license. See the [LICENSE](LICENSE) file for more info.

0 commit comments

Comments
 (0)