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/ru
AgeCommit message (Collapse)Author
2016-09-11a few more low level optimizationsbytes-to-stringDean Karn
2016-09-11some low level optimizationsDean 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
appending to a []byte is faster using a string rather than another []byte...who knew
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 a space for readability for non locale specific currencies eg. ↵joeybloggs
-USD<space>10,356.45 vs -$10,356.45
2016-08-19Correct Weekday in FmtDate functions, was accidentally calling Day() instead ↵joeybloggs
of Weekday()
2016-08-18Add Month & Weekday locale accessors.joeybloggs
2016-08-18Remove FmtDateTime functions and some variables when not used on locale structjoeybloggs
- Remove FmtDateTime because it's not this library's job to combine them.
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 accounting currency formatting logic + functionjoeybloggs
2016-08-16add regular currency logicjoeybloggs
2016-08-15Modify to store percent prefix & suffix on translator instance ( when ↵joeybloggs
available )
2016-08-15sure up percent prefix logic, just need to turn prefixes into bytes...joeybloggs
2016-08-13add FmtPercent logic.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
2016-08-10initial commitjoeybloggs