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/ses_ML
diff options
context:
space:
mode:
Diffstat (limited to 'ses_ML')
-rw-r--r--ses_ML/ses_ML.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/ses_ML/ses_ML.go b/ses_ML/ses_ML.go
index 3f383277..6abd4a10 100644
--- a/ses_ML/ses_ML.go
+++ b/ses_ML/ses_ML.go
@@ -15,6 +15,8 @@ type ses_ML struct {
group []byte
minus []byte
percent []byte
+ percentPrefix []byte
+ percentSuffix []byte
perMille []byte
currencies [][]byte // idx = enum of currency code
}