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:
-rw-r--r--cmd/tests.tmpl4
-rw-r--r--cmd/translator.tmpl4
2 files changed, 4 insertions, 4 deletions
diff --git a/cmd/tests.tmpl b/cmd/tests.tmpl
index 2d2147a8..fd16a69d 100644
--- a/cmd/tests.tmpl
+++ b/cmd/tests.tmpl
@@ -5,8 +5,8 @@ import (
"testing"
"time"
- "github.com/go-playground/locales"
- "github.com/go-playground/locales/currency"
+ "github.com/gohugoio/locales"
+ "github.com/gohugoio/locales/currency"
)
func TestLocale(t *testing.T) {
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 {