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
path: root/luo_KE
diff options
context:
space:
mode:
Diffstat (limited to 'luo_KE')
-rw-r--r--luo_KE/luo_KE.go4
-rw-r--r--luo_KE/luo_KE_test.go4
2 files changed, 4 insertions, 4 deletions
diff --git a/luo_KE/luo_KE.go b/luo_KE/luo_KE.go
index 9bfd6389..c4782a57 100644
--- a/luo_KE/luo_KE.go
+++ b/luo_KE/luo_KE.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 luo_KE struct {
diff --git a/luo_KE/luo_KE_test.go b/luo_KE/luo_KE_test.go
index 5d46321d..00122f39 100644
--- a/luo_KE/luo_KE_test.go
+++ b/luo_KE/luo_KE_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) {