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 19:06:01 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-08-02 19:14:11 +0300
commit5a4b9c0db9fe930f8897dc146f024fa0e45ba1ff (patch)
treedc9f3a74b23af6e8228255b04cc1ce6a1780c6b7 /zh_Hant_TW
parentacd7316d966718ac3cf1db78b4bc1231e24cb147 (diff)
mod: Update pathv0.14.0
Diffstat (limited to 'zh_Hant_TW')
-rw-r--r--zh_Hant_TW/zh_Hant_TW.go4
-rw-r--r--zh_Hant_TW/zh_Hant_TW_test.go4
2 files changed, 4 insertions, 4 deletions
diff --git a/zh_Hant_TW/zh_Hant_TW.go b/zh_Hant_TW/zh_Hant_TW.go
index 9aaa7de1..c8b18cb4 100644
--- a/zh_Hant_TW/zh_Hant_TW.go
+++ b/zh_Hant_TW/zh_Hant_TW.go
@@ -5,8 +5,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 zh_Hant_TW struct {
diff --git a/zh_Hant_TW/zh_Hant_TW_test.go b/zh_Hant_TW/zh_Hant_TW_test.go
index b25db166..c099c5e2 100644
--- a/zh_Hant_TW/zh_Hant_TW_test.go
+++ b/zh_Hant_TW/zh_Hant_TW_test.go
@@ -4,8 +4,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) {