summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/unknwon/i18n/README.md
diff options
context:
space:
mode:
authorzeripath <art27@cantab.net>2020-09-10 22:32:58 +0100
committerGitHub <noreply@github.com>2020-09-10 16:32:58 -0500
commitdaefdd1385d12bf0c8321f291dbb6ab242b41c99 (patch)
tree57f4663361f318c12a9ad569d7fdde5d3bf7873c /vendor/github.com/unknwon/i18n/README.md
parent47289344e2ede03b7a74208aad3b92c8bca979c3 (diff)
downloadgitea-daefdd1385d12bf0c8321f291dbb6ab242b41c99.tar.gz
gitea-daefdd1385d12bf0c8321f291dbb6ab242b41c99.zip
Update gitea.com/macaron/i18n (#12806)
Signed-off-by: Andrew Thornton <art27@cantab.net>
Diffstat (limited to 'vendor/github.com/unknwon/i18n/README.md')
-rw-r--r--vendor/github.com/unknwon/i18n/README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/vendor/github.com/unknwon/i18n/README.md b/vendor/github.com/unknwon/i18n/README.md
index 4e3bff7526..33e9cbfb36 100644
--- a/vendor/github.com/unknwon/i18n/README.md
+++ b/vendor/github.com/unknwon/i18n/README.md
@@ -1,4 +1,9 @@
-# i18n [![GoDoc](https://godoc.org/github.com/unknwon/i18n?status.svg)](https://godoc.org/github.com/unknwon/i18n)
+# i18n
+
+[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/unknwon/i18n/Go?logo=github&style=for-the-badge)](https://github.com/unknwon/i18n/actions?query=workflow%3AGo)
+[![codecov](https://img.shields.io/codecov/c/github/unknwon/i18n/master?logo=codecov&style=for-the-badge)](https://codecov.io/gh/unknwon/i18n)
+[![GoDoc](https://img.shields.io/badge/GoDoc-Reference-blue?style=for-the-badge&logo=go)](https://pkg.go.dev/github.com/unknwon/i18n?tab=doc)
+[![Sourcegraph](https://img.shields.io/badge/view%20on-Sourcegraph-brightgreen.svg?style=for-the-badge&logo=sourcegraph)](https://sourcegraph.com/github.com/unknwon/i18n)
Package i18n is for app Internationalization and Localization.
@@ -124,7 +129,7 @@ Module i18n provides a command line helper tool beei18n for simplify steps of yo
Command `sync` allows you use a exist local file as the template to create or sync other locale files:
- ui18n sync srouce_file.ini other1.ini other2.ini
+ ui18n sync source_file.ini other1.ini other2.ini
This command can operate 1 or more files in one command.