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/ja
AgeCommit message (Expand)Author
2021-08-02mod: Update pathv0.14.0Bjørn Erik Pedersen
2021-08-02Update from CLDR v32 to v36.1Bojan Zivanovic
2019-04-24add TestFmtPercent of jatomocy
2019-04-24add TestFmtCurrency of jatomocy
2019-04-24add TestFmtNumber of jatomocy
2019-04-24add TestFmtDateShort of jatomocy
2019-04-24add TestFmtDateMedium of jatomocy
2019-04-24add TestFmtDateLong of jatomocy
2019-04-24add TestFmtDateFull of jatomocy
2019-04-24add TestFmtTimeShort of jatomocy
2019-04-24add TestFmtTimeMedium of jatomocy
2019-04-24add TestFmtTimeLong of jatomocy
2019-04-24add TestFmtTimeFull of jatomocy
2019-04-24add TestCardinalPlurals of jatomocy
2019-04-24add TestOrdinalPlurals of jatomocy
2019-04-24add TestRangePlurals of jatomocy
2019-04-24add TestPluralsCardinal of jatomocy
2019-04-24add TestPluralsOrdinal of jatomocy
2019-04-24add TestPluralsRange of jatomocy
2019-04-23add TestMonthsWide of jatomocy
2019-04-23add TestMonthsNarrow of jatomocy
2019-04-23add TestMonthsAbbreviated of jatomocy
2019-04-23add TestDaysWide of jatomocy
2019-04-23add TestDaysShort of jatomocy
2019-04-23add test TestDaysNarrow of jatomocy
2019-04-23add TestDaysAbbreviated of jatomocy
2018-03-08Updating to CLDR 32.0.1Vidhur Vohra
2017-10-11Updated CLDR to 31.0.1; Added test for russian; Added methods Decimal, Group,...Administrator
2017-02-15Correct english inheritancecorrect-en-fallbackDean Karn
2017-02-09Update to CLDR v30.0.3v30-cldrjoeybloggs
2016-11-23regenerate locale data with patchesDean Karn
2016-11-08Correct some issues + Add Russian testsv0.10.2Dean Karn
2016-09-12add generated testsv0.10.0Dean Karn
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
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. -USD<space...joeybloggs
2016-08-19Correct Weekday in FmtDate functions, was accidentally calling Day() instead ...joeybloggs
2016-08-18Add Month & Weekday locale accessors.joeybloggs
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 accounting currency formatting logic + functionjoeybloggs
2016-08-16add regular currency logicjoeybloggs