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:
authorjoeybloggs <Dean.Karn@gmail.com>2016-08-19 17:26:38 +0300
committerjoeybloggs <Dean.Karn@gmail.com>2016-08-19 17:26:38 +0300
commit57328c926bc5a7bdfca3c06f6928fc4b99a2335f (patch)
treefe8d0aa410408c0f780d0329da7cbdefeb3d37d6
parent7cec94c3d9d354f34595e2d2f13bcd864c5ddef9 (diff)
add some notes.
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1e7249c2..006dcad3 100644
--- a/README.md
+++ b/README.md
@@ -159,6 +159,19 @@ func main() {
}
```
+NOTES:
+-------
+These rules were generated from the [Unicode CLDR Project](http://cldr.unicode.org/), if you encounter any issues
+I strongly encourage contributing to the CLDR project to get the locale information corrected and the next time
+these locales are regenerated the fix will come with.
+
+I do however realize that time constraints are often important and so there are two options:
+
+1. Create your own locale, copy, paste and modify, and ensure it complies with the `Translator` interface.
+2. Add an exception in the locale generation code directly and once regenerated, fix will be in place.
+
+Please to not make fixes inside the locale files, they WILL get overwritten when the locales are regenerated.
+
License
------
Distributed under MIT License, please see license file in code for more details.