Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
GetStream
/
stream-chat-js
Public
Notifications
You must be signed in to change notification settings
Fork
82
Star
208
Code
Issues
24
Pull requests
6
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
feat(i18n)!: share the translation runtime as stream-chat/i18n
- #1830
#1830
Merged
oliverlaz
merged 27 commits into
release-v10
GetStream/stream-chat-js:release-v10
from
feat/i18n-core-module
GetStream/stream-chat-js:feat/i18n-core-module
Copy head branch name to clipboard
Aug 20, 2026
Conversation
Commits
27
(27)
Checks
Files changed
Merged
feat(i18n)!: share the translation runtime as stream-chat/i18n
#1830
oliverlaz
merged 27 commits into
release-v10
GetStream/stream-chat-js:release-v10
from
feat/i18n-core-module
GetStream/stream-chat-js:feat/i18n-core-module
Copy head branch name to clipboard
Commits
Commits on Aug 18, 2026
feat(notifications)!: key notifications and poll errors on scoped identifiers
Show description for b5833a1
oliverlaz
committed
b5833a1
View commit details
Copy full SHA for b5833a1
Browse repository at this point
feat(i18n): add the shared i18n layer as a stream-chat/i18n subpath
Show description for 183bbb2
oliverlaz
committed
183bbb2
View commit details
Copy full SHA for 183bbb2
Browse repository at this point
refactor(i18n): depend on i18next and dayjs directly instead of as optional peers
Show description for a3ef68c
oliverlaz
committed
a3ef68c
View commit details
Copy full SHA for a3ef68c
Browse repository at this point
feat(i18n): share language names, notification keys and TranslationBuilder
Show description for ded549c
oliverlaz
committed
ded549c
View commit details
Copy full SHA for ded549c
Browse repository at this point
feat(i18n): share the catalog codegen as a stream-chat/i18n/codegen subpath
Show description for 0537ae8
oliverlaz
committed
0537ae8
View commit details
Copy full SHA for 0537ae8
Browse repository at this point
docs(i18n): add the v10 i18n migration guide and initiative record
Show description for 1837be4
oliverlaz
committed
1837be4
View commit details
Copy full SHA for 1837be4
Browse repository at this point
fix(i18n): correct five defects the React adoption surfaced
Show description for bfb6f2a
oliverlaz
committed
bfb6f2a
View commit details
Copy full SHA for bfb6f2a
Browse repository at this point
fix(i18n): warn about an unregistered language at init, not at construction
Show description for fad85a0
oliverlaz
committed
fad85a0
View commit details
Copy full SHA for fad85a0
Browse repository at this point
docs(specs): record Phase 2 completion and the defects adoption surfaced
oliverlaz
committed
5a2515d
View commit details
Copy full SHA for 5a2515d
Browse repository at this point
fix(i18n): render nothing for a timestamp that cannot be formatted
Show description for 6169d23
oliverlaz
committed
6169d23
View commit details
Copy full SHA for 6169d23
Browse repository at this point
fix(i18n)!: make the date types accept a real Moment, split the two a11y date helpers
Show description for e6b452d
oliverlaz
committed
e6b452d
View commit details
Copy full SHA for e6b452d
Browse repository at this point
refactor(i18n)!: name the class Streami18n and remove the two deprecated aliases
Show description for 9f2efb4
oliverlaz
committed
9f2efb4
View commit details
Copy full SHA for 9f2efb4
Browse repository at this point
docs(specs): record the naming reversal and what remains before merge
oliverlaz
committed
aca20aa
View commit details
Copy full SHA for aca20aa
Browse repository at this point
docs: correct the v10 prerelease branch in CLAUDE.md
Show description for 7d69aa5
oliverlaz
committed
7d69aa5
View commit details
Copy full SHA for 7d69aa5
Browse repository at this point
refactor(i18n): move the catalog generator out of src to codegen/i18n
Show description for 3ace83c
oliverlaz
committed
3ace83c
View commit details
Copy full SHA for 3ace83c
Browse repository at this point
build(i18n)!: drop the CommonJS build of the catalog generator
Show description for 6529cc8
oliverlaz
committed
6529cc8
View commit details
Copy full SHA for 6529cc8
Browse repository at this point
build: convert scripts/bundle.mjs to TypeScript and typecheck the build scripts
Show description for efb9275
oliverlaz
committed
efb9275
View commit details
Copy full SHA for efb9275
Browse repository at this point
build: lint the build scripts, and declare the yaml dependency they need
Show description for e1f8c72
oliverlaz
committed
e1f8c72
View commit details
Copy full SHA for e1f8c72
Browse repository at this point
build!: raise engines.node to >=22.18.0
Show description for e83c135
oliverlaz
committed
e83c135
View commit details
Copy full SHA for e83c135
Browse repository at this point
feat(i18n): re-export the i18next instance type as I18nInstance
Show description for 6082c9d
oliverlaz
committed
6082c9d
View commit details
Copy full SHA for 6082c9d
Browse repository at this point
test(i18n): cover the behaviours the UI SDKs' suites were asserting for us
Show description for fb6c6cd
oliverlaz
committed
fb6c6cd
View commit details
Copy full SHA for fb6c6cd
Browse repository at this point
test(i18n): cover region-coded languages
Show description for 1cde961
oliverlaz
committed
1cde961
View commit details
Copy full SHA for 1cde961
Browse repository at this point
fix(i18n): close seven defects found reviewing the shared layer
Show description for f4e503f
oliverlaz
committed
f4e503f
View commit details
Copy full SHA for f4e503f
Browse repository at this point
refactor(i18n)!: extract the dictionary store, drop two unused accessors
Show description for 8009e52
oliverlaz
committed
8009e52
View commit details
Copy full SHA for 8009e52
Browse repository at this point
Commits on Aug 19, 2026
refactor(pollComposer)!: rename the poll validation code family
Show description for 4ab62e0
oliverlaz
committed
4ab62e0
View commit details
Copy full SHA for 4ab62e0
Browse repository at this point
Commits on Aug 20, 2026
fix(i18n): register locales on the supplied dayjs, keep a failed init safe
Show description for 56e8f9e
oliverlaz
committed
56e8f9e
View commit details
Copy full SHA for 56e8f9e
Browse repository at this point
docs(i18n): correct the commandDisabled metadata.reason values
Show description for bb5be46
oliverlaz
committed
bb5be46
View commit details
Copy full SHA for bb5be46
Browse repository at this point
You can’t perform that action at this time.