mirror of
https://github.com/usenocturne/nocturne-ui.git
synced 2026-04-25 07:45:52 +03:00
[GH-ISSUE #126] Add i18n (Internationalization) Support #67
Labels
No labels
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nocturne-ui#67
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Romain-Ayme on GitHub (Feb 6, 2026).
Original GitHub issue: https://github.com/usenocturne/nocturne-ui/issues/126
Context
The application is currently single-language, with UI texts hardcoded in the code.
This limits scalability, complicates maintenance, and prevents reaching an international audience.
Objective
Implement a robust internationalization (i18n) system to:
Analysis
Current problem
Proposed approach