diff options
Diffstat (limited to 'vendor/github.com/unknwon/i18n/README.md')
-rw-r--r-- | vendor/github.com/unknwon/i18n/README.md | 9 |
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 [](https://godoc.org/github.com/unknwon/i18n) +# i18n + +[](https://github.com/unknwon/i18n/actions?query=workflow%3AGo) +[](https://codecov.io/gh/unknwon/i18n) +[](https://pkg.go.dev/github.com/unknwon/i18n?tab=doc) +[](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. |