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
path: root/v2
AgeCommit message (Expand)Author
2021-04-30Temporary update module pathHEADmainBjørn Erik Pedersen
2021-04-30Fix handling of multiple artificial languagesBjørn Erik Pedersen
2021-04-22README.md: fixing broken links (#251)Andreas Deininger
2021-03-17Add support for loading bundle from fs.FS (#246)Anton Lindström
2021-01-18fix escape sequences when extracting string literals (#244)v2.1.2Nick Snyder
2020-09-29Do not encode HTML entities in JSON message files (#228)v2.1.1Nick Snyder
2020-09-29Upgrade CLDR data to v37 (#227)v2.1.0Nick Snyder
2020-09-29upgrade depsNick 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-29simpler fallback behavior (#189)Nick 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-11Move code to v2 subfolder for greater compatibility (#187)v2.0.2Nick 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-08support artificial languages (#171)Nick Snyder
2019-05-07update x/textNick Snyder
2019-05-07export message (#170)Nick Snyder
2019-05-06cleanupNick Snyder
2019-05-06extract messages from slices and maps (#169)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-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-24goreleaserv2.0.0-beta.6Nick Snyder
2018-11-24extract concatenated strings (#143)Nick Snyder
2018-11-18docsNick Snyder
2018-11-18Add LocalizeWithTag (#139)Nick 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-26error if message ids mismatch (#132)Nick Snyder
2018-09-24more Localizer tests (#127)Nick Snyder
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