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:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-08-02 21:58:12 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-08-02 22:07:25 +0300
commitcc6f7907f4213235afe4048a13ea83ed5b213002 (patch)
tree66c0a435c2bebf58c15b42d37c478ab198f99788
parent5a4b9c0db9fe930f8897dc146f024fa0e45ba1ff (diff)
cmd: Update package in generator templatesHEADmaster
-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 {