Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/go-i18n.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-29fix testhtmlentitiesNick Snyder
2020-09-29failing testNick Snyder
2020-09-29Upgrade CLDR data to v37 (#227)v2.1.0Nick Snyder
2020-09-29upgrade depsNick Snyder
2020-09-29Add build step (#226)v2.0.4Nick Snyder
2020-09-29Update goreleaser.ymlNick Snyder
2020-09-29goreleaser workflow (#225)Nick Snyder
2020-09-29fixed panic: runtime error: index out of range [0] with length 0 (#212)Alex Nebotov
2020-09-29fixes nil reference exception if localization text is empty, fixes #207 (#208)MJacred
2020-09-29Pull request eventNick Snyder
2020-09-29simpler fallback behavior (#189)Nick Snyder
2020-09-28tweak codecovNick Snyder
2020-09-28Build with GitHub actions (#224)Nick Snyder
2020-02-29Add a nil pointer check before dereferencing an identifier's Obj (#211)Pat Grasso
2019-11-18minimum go versionv2.0.3Nick Snyder
2019-10-13fix(goi18n): could not extract constant message id (#202)ksegun
2019-06-17add benchmarks (#190)Nick Snyder
2019-06-13remove go.modNick Snyder
2019-06-13fix automatic releaseNick Snyder
2019-06-11remove commentNick Snyder
2019-06-11only deploy from latesttestNick Snyder
2019-06-11Move code to v2 subfolder for greater compatibility (#187)v2.0.2Nick Snyder
2019-06-06deploy when tag is pushed (#186)Nick Snyder
2019-06-06Fix path in README (#185)Hanzei
2019-06-05Fix data race and optimize performance (#183)v2.0.1Nick Snyder
2019-05-19Update README.md (#177)Nick Snyder
2019-05-19v2 only (#176)Nick Snyder
2019-05-19update goreleaserv2.0.0v1.10.1v1go1Nick Snyder
2019-05-19update to CLDR v35.1 (2019-04-17) (#175)Nick Snyder
2019-05-11Revert "change package"Nick Snyder
2019-05-11change packageNick Snyder
2019-05-10 attempt fallback to "other" plural form (#174)v2.0.0-beta.7Nick Snyder
2019-05-09fix buildNick Snyder
2019-05-09remove LocalizeMessageID until extract can extract itNick Snyder
2019-05-09add convenience functions (#173)Nick Snyder
2019-05-09improve readmeNick Snyder
2019-05-08support artificial languages (#171)Nick Snyder
2019-05-07update x/textNick Snyder
2019-05-07export message (#170)Nick Snyder
2019-05-06enable gofmtNick Snyder
2019-05-06cleanupNick Snyder
2019-05-06extract messages from slices and maps (#169)Nick Snyder
2019-05-03update readme to reflect changes made in https://github.com/nicksnyder/go-i18...Nick Snyder
2019-05-03handle null in json (#166)Nick Snyder
2019-05-02escape extracted strings correctly (#165)Nick Snyder
2019-05-02don't extract strings from _test.go files (#164)Nick Snyder
2019-05-02add NewBundle and remove init (#163)Nick Snyder
2019-05-02go 1.12Nick Snyder
2019-04-18remove sudo:false (#162)Nick Snyder
2019-04-12Nested translation support (#157)BenoƮt Masson