Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/locales.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/translator.tmpl')
-rw-r--r--cmd/translator.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/translator.tmpl b/cmd/translator.tmpl
index 727d6905..6adbd599 100644
--- a/cmd/translator.tmpl
+++ b/cmd/translator.tmpl
@@ -6,8 +6,8 @@ import (
"strconv"
"time"
- "github.com/go-playground/locales"
- "github.com/go-playground/locales/currency"
+ "github.com/gohugoio/locales"
+ "github.com/gohugoio/locales/currency"
)
type {{ .Locale }} struct {