From 7a50918c70b219070868048aa533f5b142880103 Mon Sep 17 00:00:00 2001 From: joeybloggs Date: Sun, 14 Aug 2016 22:59:51 -0400 Subject: Modify to store percent prefix & suffix on translator instance ( when available ) --- saq_KE/saq_KE.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'saq_KE') diff --git a/saq_KE/saq_KE.go b/saq_KE/saq_KE.go index b55b0c1c..76c515a8 100644 --- a/saq_KE/saq_KE.go +++ b/saq_KE/saq_KE.go @@ -15,6 +15,8 @@ type saq_KE struct { group []byte minus []byte percent []byte + percentPrefix []byte + percentSuffix []byte perMille []byte currencies [][]byte // idx = enum of currency code } -- cgit v1.2.3