feat: i18n (en/id), bun-native redis, dep updates & tooling#35
Merged
Conversation
Land CLAUDE.md, .claude/ rules + commands, and .agents/ skill bundle so future Claude Code sessions inherit the project's conventions; exclude those dirs from lint/format/typecheck so the skill examples don't churn the hook; silence the node10 moduleResolution deprecation surfaced by the latest TypeScript bump; ignore generated opencode.json/skills-lock.json; remove TODO.md whose items are already implemented.
Move Cache and the shared Redis client to Bun's built-in RedisClient. BullMQ keeps working by receiving plain connection options instead of an ioredis instance, so ioredis is no longer a direct dependency. Switch the build target to bun so the bundle can resolve the bun builtin. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Localizes route response messages, custom errors, TypeBox validation output, and mailer templates so responses honour the request's Accept-Language header (default en). Translations live in JSON with a generated TranslationKey union to enforce locale completeness at compile time. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
@zulfikar-ditya is attempting to deploy a commit to the zulfikarditya's projects Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bundles today's work from the fork:
ec1cad4) — newsrc/libs/i18n/module (loader, locale store, validation, key generator), Indonesian translations of auth mail templates,LocalePlugin, and locale-aware error handling.ioredisfor the Bun-native Redis client (744ebca) —src/libs/database/redis/andsrc/libs/cache/cache.tsnow usebun:redis; queue/worker connections updated to match.4b935f3) — refreshedpackage.json+bun.lock.e3712ab) —.claude/rules/*and.agents/skills/*for IDE assistant context; removesTODO.md.66814fe).Test plan
bun installbun run typecheckbun run lintbun run devand hit an endpoint withAccept-Language: id— error/response messages should resolve to Indonesian; default (en) still works.idlocale — Indonesian template renders.🤖 Generated with Claude Code