Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
046b500
Tune the Chinese version of README (#303)
tengqm Oct 5, 2023
8468a67
extract: support typed string constants (#304)
hectorj-thetreep Oct 5, 2023
0d56550
Fix Localize regression with empty default message (#305)
KuSh Oct 23, 2023
8c53670
Export fields in MessageNotFoundErr (#306) (#307)
stephenafamo Nov 18, 2023
1baa95c
Use correct plural forms when merging translations (#309)
stephenafamo Nov 28, 2023
e003cf6
Update to CLDR data v44 (#310)
nicksnyder Dec 3, 2023
baaace5
Remove usage of deprecated io/ioutil and upgrade to Go 1.16 (#308)
stephenafamo Dec 3, 2023
3dbe91f
Upgrade dependencies and upgrade Go to 1.18 (#311)
nicksnyder Dec 3, 2023
4a6aac0
Fix Codecov link
nicksnyder Dec 3, 2023
3bade0d
Update .codecov.yml
nicksnyder Dec 3, 2023
81be054
Update Codecov action to v3 (#312)
nicksnyder Dec 3, 2023
687a6e6
Update .codecov.yml
nicksnyder Dec 3, 2023
58f6470
use Codecov token
nicksnyder Dec 3, 2023
6d2b3f3
Create golangci-lint.yml (#313)
nicksnyder Dec 5, 2023
02c86dc
remove .golangci.yml (#314)
nicksnyder Dec 5, 2023
10e9a87
t.Fatal instead of panic in test
nicksnyder Dec 5, 2023
6c679f5
Update .codecov.yml
nicksnyder Dec 5, 2023
1c9134a
remove deprecated use of ioutil
nicksnyder Dec 5, 2023
7ef1f3a
Support configurable template parsers (#317)
nicksnyder Jan 31, 2024
5ffc44f
Remove v2 directory (#318)
nicksnyder Jan 31, 2024
dba591e
Fix readme links
nicksnyder Jan 31, 2024
509c911
fix typo (#324)
sunxunle Mar 16, 2024
50ae142
fallback to empty string message `""` when get nil value (#326)
LemonNekoGH Mar 31, 2024
df8fc81
chore: update yaml version (#330)
leverz Aug 16, 2024
4020eef
fix: option in TextParser is not used (#335)
cazeaux Oct 12, 2024
26655f5
move badges below title
nicksnyder Oct 12, 2024
c5fe953
Translation disclaimer
nicksnyder Oct 12, 2024
14cdc64
Update golang.org/x/text to v0.19.0
nicksnyder Oct 13, 2024
39be25a
add number key test
nicksnyder Oct 13, 2024
c856659
Upgrade codecov action to v4 (#337)
nicksnyder Oct 13, 2024
36ea6b1
Create dependabot.yml
nicksnyder Oct 13, 2024
b743062
Bump actions/setup-go from 2 to 5 (#341)
dependabot[bot] Oct 13, 2024
da0d29d
Bump actions/checkout from 1 to 4 (#339)
dependabot[bot] Oct 13, 2024
356a2ce
Bump golangci/golangci-lint-action from 3 to 6 (#340)
dependabot[bot] Oct 13, 2024
d93302b
Bump goreleaser/goreleaser-action from 2 to 6 (#342)
dependabot[bot] Oct 13, 2024
8240af3
Better build step condition (#344)
nicksnyder Oct 13, 2024
fef9fd8
Use stable Go version in all workflows (#343)
nicksnyder Oct 13, 2024
602abd1
switch to scip (#345)
nicksnyder Oct 13, 2024
404e893
correct report card badge
nicksnyder Oct 13, 2024
d37f00e
Error if reserved message keys are mixed with unreserved keys (#320)
nicksnyder Oct 13, 2024
eac8413
Create README.uk-UA.md (#336)
dejurin Oct 14, 2024
99154fd
Bump golang.org/x/text from 0.19.0 to 0.20.0 (#351)
dependabot[bot] Dec 1, 2024
24ad8fd
Bump golang.org/x/text from 0.20.0 to 0.21.0 (#354)
dependabot[bot] Jan 1, 2025
67b81d2
Add convenience function `MustLocalizeMessage` (#352)
apricotbucket28 Jan 12, 2025
ef03618
Fix case sensitivity with message keys (#358)
nicksnyder Feb 2, 2025
014e57e
Extract errors for duplicate message ids (#359)
nicksnyder Feb 2, 2025
76829ee
Go 1.24 and golangci-lint v2.0 (#369)
nicksnyder Apr 5, 2025
f68eae6
chore: fix typo in comment (#365)
luozexuan Apr 5, 2025
fd9b759
Bump github.com/BurntSushi/toml from 1.4.0 to 1.5.0 (#366)
dependabot[bot] Apr 5, 2025
542de09
CLDR v47 (#370)
nicksnyder Apr 5, 2025
c12311a
Require go 1.23 (#371)
nicksnyder Apr 5, 2025
1731feb
Bump golang.org/x/text from 0.21.0 to 0.23.0 (#367)
dependabot[bot] Apr 5, 2025
460c22b
Bump codecov/codecov-action from 4 to 5 (#350)
dependabot[bot] Apr 5, 2025
95ac07a
delete broken job
nicksnyder Apr 5, 2025
0e87ba1
delete broken badge
nicksnyder Apr 5, 2025
d62470d
go mod tidy
nicksnyder Apr 5, 2025
3ec13bc
fix typo
nicksnyder Apr 5, 2025
ad901e0
Bump golang.org/x/text from 0.23.0 to 0.24.0 (#372)
dependabot[bot] May 2, 2025
14f9078
Bump golang.org/x/text from 0.24.0 to 0.25.0 (#374)
dependabot[bot] Jun 9, 2025
8e494a8
Bump golang.org/x/text from 0.25.0 to 0.26.0 (#377)
dependabot[bot] Jul 1, 2025
b1f066d
Bump golang.org/x/text from 0.26.0 to 0.27.0 (#378)
dependabot[bot] Aug 1, 2025
81c47cd
Bump golang.org/x/text from 0.27.0 to 0.28.0 (#380)
dependabot[bot] Sep 2, 2025
a396999
Bump golang.org/x/text from 0.28.0 to 0.29.0 (#382)
dependabot[bot] Oct 1, 2025
546490a
Temporary update module path
bep Oct 18, 2025
5fa0619
Trim the Github actions
bep Oct 18, 2025
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump golang.org/x/text from 0.27.0 to 0.28.0 (nicksnyder#380)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.27.0 to
0.28.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/text/commit/425d715b4a85c7698cedf621412bb53794cbda53"><code>425d715</code></a>
go.mod: update golang.org/x dependencies</li>
<li>See full diff in <a
href="https://github.com/golang/text/compare/v0.27.0...v0.28.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/text&package-manager=go_modules&previous-version=0.27.0&new-version=0.28.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and bep committed Oct 18, 2025
commit 81c47cd10bec9f54a3031109ce0a4e735383a848
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ toolchain go1.24.2

require (
github.com/BurntSushi/toml v1.5.0
golang.org/x/text v0.27.0
golang.org/x/text v0.28.0
gopkg.in/yaml.v3 v3.0.1
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/BurntSushi/toml v1.5.0 h1:W5quZX/G/csjUnuI8SUYlsHs9M38FC7znL0lIO+DvMg=
github.com/BurntSushi/toml v1.5.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
golang.org/x/text v0.27.0 h1:4fGWRpyh641NLlecmyl4LOe6yDdfaYNrGb2zdfo4JV4=
golang.org/x/text v0.27.0/go.mod h1:1D28KMCvyooCX9hBiosv5Tz/+YLxj0j7XhWjpSUF7CU=
golang.org/x/text v0.28.0 h1:rhazDwis8INMIwQ4tpjLDzUhx6RlXqZNPEM0huQojng=
golang.org/x/text v0.28.0/go.mod h1:U8nCwOR8jO/marOQ0QbDiOngZVEBB7MAiitBuMjXiNU=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
Expand Down