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
AgeCommit message (Expand)Author
2017-02-09Update to CLDR v30.0.3v30-cldrjoeybloggs
2016-11-23update README versionv0.10.3Dean Karn
2016-11-23Merge branch 'patch-1'Dean Karn
2016-11-23regenerate locale data with patchesDean Karn
2016-11-23Get default numbering system for symbols.dvorakluk
2016-11-08Correct some issues + Add Russian testsv0.10.2Dean Karn
2016-11-07Update ru_RU_test.goNikolay Turpitko
2016-11-07Update ru_RU_test.goNikolay Turpitko
2016-09-27Update README.mdDean Karn
2016-09-12remove badge CI server can't handle combining all localesDean Karn
2016-09-12add generated testsv0.10.0Dean Karn
2016-09-12increase locale 'en' test coverage to 100%Dean Karn
2016-09-11Merge branch 'bytes-to-string'v0.9.1Dean Karn
2016-09-11a few more low level optimizationsbytes-to-stringDean Karn
2016-09-11some low level optimizationsDean Karn
2016-09-11increment versionDean Karn
2016-09-11more multibyte checks for []byte to string changeoverDean Karn
2016-09-11add check for multibyte chars after switching from []byte to stringDean Karn
2016-09-11covered stored data from []byte to stringDean Karn
2016-08-31add gitter badgeDean Karn
2016-08-23Update README.mdv0.9.0Dean Karn
2016-08-23correct typoDean Karn
2016-08-23add more notes to generate resources code.Dean Karn
2016-08-23update READMEDean Karn
2016-08-22Add PluralsRange() function to mirror PluralsCardinal() and PluralsOrdingal()Dean Karn
2016-08-19add locale map generation for external mapping of locale to instance function.joeybloggs
2016-08-19add some notes.joeybloggs
2016-08-19complete READMEjoeybloggs
2016-08-19add cross locale currency tests.joeybloggs
2016-08-19add a space for readability for non locale specific currencies eg. -USD<space...joeybloggs
2016-08-19Correct Weekday in FmtDate functions, was accidentally calling Day() instead ...joeybloggs
2016-08-18add more month and weekday tests.joeybloggs
2016-08-18Add Month & Weekday locale accessors.joeybloggs
2016-08-18add "strconv" to templatejoeybloggs
2016-08-18Remove FmtDateTime functions and some variables when not used on locale structjoeybloggs
2016-08-18Add FmtDateTime helper functions.joeybloggs
2016-08-18Add timezone logic + locale specific infojoeybloggs
2016-08-18look at timezones to see if can set appropriately in FmtTime...joeybloggs
2016-08-17Add calendar data, now onto the functions.joeybloggs
2016-08-16add a negative zero test ( I know no such thing right )joeybloggs
2016-08-16add accounting currency formatting logic + functionjoeybloggs
2016-08-16add regular currency logicjoeybloggs
2016-08-15Modify to store percent prefix & suffix on translator instance ( when availab...joeybloggs
2016-08-15sure up percent prefix logic, just need to turn prefixes into bytes...joeybloggs
2016-08-13add FmtPercent logic.joeybloggs
2016-08-13add percent + permille length variable for next FmtPercent and FmtDate functi...joeybloggs
2016-08-13ad variable grouping logic + cleanup generated code newlinesjoeybloggs
2016-08-12Add FmtNumber function + logic.joeybloggs
2016-08-11add range plural rules + expose Ordinal + Cardinal functionsjoeybloggs
2016-08-11add ordinal rules + some variable cleanupjoeybloggs