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/xh/xh.go
diff options
context:
space:
mode:
Diffstat (limited to 'xh/xh.go')
-rw-r--r--xh/xh.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/xh/xh.go b/xh/xh.go
index 8d6dbfed..3189fea4 100644
--- a/xh/xh.go
+++ b/xh/xh.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 xh struct {
@@ -47,7 +47,7 @@ func New() locales.Translator {
pluralsOrdinal: nil,
pluralsRange: nil,
decimal: ".",
- group: " ",
+ group: " ",
minus: "-",
percent: "%",
timeSeparator: ":",