Skip to content

Commit c2ea631

Browse files
bpamiriclaude
andauthored
Add wheels-i18n v2.0.0 (#3)
Internationalization package for Wheels 4.x. JSON-file or database-backed translations with pluralization and parameter interpolation. Mixes into the controller target (covers views as well). Depends on wheels-dev/wheels-i18n#4 landing + v2.0.0 tag before the mirror workflow can fill in tarball + sha256. Refs wheels-dev/wheels#2268. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 2c3c069 commit c2ea631

2 files changed

Lines changed: 37 additions & 0 deletions

File tree

packages/wheels-i18n/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# wheels-i18n
2+
3+
Internationalization (i18n) package for Wheels. JSON-file or database-backed translations with pluralization and parameter interpolation. Mixes into controllers (and views).
4+
5+
- **Source:** https://github.com/wheels-dev/wheels-i18n
6+
- **License:** MIT
7+
- **Wheels:** >= 4.0

packages/wheels-i18n/manifest.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "wheels-i18n",
3+
"description": "Internationalization (i18n) package for Wheels — JSON-file or database-backed translations with pluralization and parameter interpolation.",
4+
"homepage": "https://github.com/wheels-dev/wheels-i18n",
5+
"documentation": "https://wheels.dev/packages/wheels-i18n",
6+
"license": "MIT",
7+
"maintainers": [
8+
"@bpamiri"
9+
],
10+
"tags": [
11+
"i18n",
12+
"localization",
13+
"translation",
14+
"internationalization"
15+
],
16+
"source": {
17+
"type": "github",
18+
"repo": "wheels-dev/wheels-i18n"
19+
},
20+
"versions": [
21+
{
22+
"version": "2.0.0",
23+
"publishedAt": "2026-04-24T00:00:00Z",
24+
"wheelsVersion": ">=4.0",
25+
"sourceTag": "v2.0.0",
26+
"tarball": null,
27+
"sha256": null
28+
}
29+
]
30+
}

0 commit comments

Comments
 (0)