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
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
.
GravenDev
/
OmniBot
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
5
Pull requests
9
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat: i18n support and localized configuration UX
- #155
#155
Merged
AntoineJT
merged 23 commits into
master
GravenDev/OmniBot:master
from
feat/i18n
GravenDev/OmniBot:feat/i18n
Copy head branch name to clipboard
Jun 17, 2026
Conversation
Commits
23
(23)
Checks
Files changed
Merged
feat: i18n support and localized configuration UX
#155
AntoineJT
merged 23 commits into
master
GravenDev/OmniBot:master
from
feat/i18n
GravenDev/OmniBot:feat/i18n
Copy head branch name to clipboard
Commits
Commits on Jun 17, 2026
feat(i18n): add i18next infrastructure with locale support
Show description for a6b5406
RedsTom
committed
a6b5406
View commit details
Copy full SHA for a6b5406
Browse repository at this point
feat(i18n): wire up i18n in module loader, index, and config service
Show description for af63883
RedsTom
committed
af63883
View commit details
Copy full SHA for af63883
Browse repository at this point
feat(i18n): migrate core messages to i18n with EN/FR translations
Show description for 7045c01
RedsTom
committed
7045c01
View commit details
Copy full SHA for 7045c01
Browse repository at this point
feat(i18n): localize config handlers and scalar-list-editor
Show description for 554a125
RedsTom
committed
554a125
View commit details
Copy full SHA for 554a125
Browse repository at this point
feat(i18n): localize slash commands, interactions and listener
Show description for a304dcb
RedsTom
committed
a304dcb
View commit details
Copy full SHA for a304dcb
Browse repository at this point
feat(i18n): add module-level i18n for thread-creator and test-config
Show description for ae18d96
RedsTom
committed
ae18d96
View commit details
Copy full SHA for ae18d96
Browse repository at this point
docs(i18n): add localization sections to EN documentation
RedsTom
committed
2af8eef
View commit details
Copy full SHA for 2af8eef
Browse repository at this point
docs(i18n): add localization sections to FR documentation
Show description for 7a9cad1
RedsTom
committed
7a9cad1
View commit details
Copy full SHA for 7a9cad1
Browse repository at this point
docs(i18n): add tip notes that TypeScript values default to English
RedsTom
committed
5a9241d
View commit details
Copy full SHA for 5a9241d
Browse repository at this point
docs(i18n): fix commands localization — names are not localizable on Discord
RedsTom
committed
69f5009
View commit details
Copy full SHA for 69f5009
Browse repository at this point
docs(i18n): fix command name localization note — Discord supports it, bot just doesn't use it
RedsTom
committed
0f38cb5
View commit details
Copy full SHA for 0f38cb5
Browse repository at this point
docs(i18n): add dedicated Localization page to sidebar
RedsTom
committed
d85a6cb
View commit details
Copy full SHA for d85a6cb
Browse repository at this point
docs(i18n): escape Vue interpolation in localization pages
RedsTom
committed
0815343
View commit details
Copy full SHA for 0815343
Browse repository at this point
fix(core): restore missing 'Current:' prefix in config option display
Show description for 903b238
RedsTom
committed
903b238
View commit details
Copy full SHA for 903b238
Browse repository at this point
refactor(core): extract core config helper to reduce repetition and break circular deps
Show description for b677a77
RedsTom
committed
b677a77
View commit details
Copy full SHA for b677a77
Browse repository at this point
docs: fix localization doc table values to match actual i18n keys
Show description for 1186442
RedsTom
committed
1186442
View commit details
Copy full SHA for 1186442
Browse repository at this point
feat(config): resolve config defaults lazily with per-locale i18n
Show description for f0f4cbf
AntoineJT
and
claude
committed
f0f4cbf
View commit details
Copy full SHA for f0f4cbf
Browse repository at this point
feat(config): mark default values in the /config panel
Show description for 2e922ea
AntoineJT
and
claude
committed
2e922ea
View commit details
Copy full SHA for 2e922ea
Browse repository at this point
feat(config): render enum option labels via Intl language names
Show description for dbfc71d
AntoineJT
and
claude
committed
dbfc71d
View commit details
Copy full SHA for dbfc71d
Browse repository at this point
feat(config): prefix the language select with flag emojis
Show description for 38505fe
AntoineJT
and
claude
committed
38505fe
View commit details
Copy full SHA for 38505fe
Browse repository at this point
feat(config): add a field-level reset control to /config
Show description for 57c8561
AntoineJT
and
claude
committed
57c8561
View commit details
Copy full SHA for 57c8561
Browse repository at this point
refactor(core): rename the core module to "Global Configuration"
Show description for aba0a82
AntoineJT
and
claude
committed
aba0a82
View commit details
Copy full SHA for aba0a82
Browse repository at this point
fix(config): mark every unset field as default, including empty lists
Show description for 1483601
AntoineJT
and
claude
committed
1483601
View commit details
Copy full SHA for 1483601
Browse repository at this point
You can’t perform that action at this time.