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
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
2019-01-07Fix deserialization of leftDelim and rightDelimNick Snyder
2018-12-09Provide nice output of plural form not found error (#147)Denis Dyakov
2018-11-26add .golangci.yml (#144)Isaev Denis
2018-11-24goreleaserv2.0.0-beta.6Nick Snyder
2018-11-24extract concatenated strings (#143)Nick Snyder
2018-11-19Better extract/merge workflow documentation (#140)Nick Snyder
2018-11-18docsNick Snyder
2018-11-18Add LocalizeWithTag (#139)Nick Snyder
2018-11-18Update README.mdNick Snyder
2018-11-18refactor (#138)Nick Snyder
2018-11-18update to CLDR 34Nick Snyder
2018-11-18don't panicNick Snyder
2018-09-30Export MessageNotFoundErr (#124)Bjørn Erik Pedersen
2018-09-26codecov by version (#133)Nick Snyder
2018-09-26error if message ids mismatch (#132)Nick Snyder
2018-09-24test go 1.11 (#128)Nick Snyder
2018-09-24more Localizer tests (#127)Nick Snyder
2018-08-14Fixed localizer example (#122)Eldar Rakhimberdin
2018-08-09add func to list Language tags from bundle (#120)Taras
2018-08-03Fix outdated deps in v2/go.mod (#118)v2.0.0-beta.5roylee0704