**multi-language (i18n) support** #12
alexander6432
started this conversation in
Ideas
Replies: 1 comment
|
this is a great idea! i'm happy to help out with the spanish translation if this ends up happening. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi! First of all, thanks for creating hyprmod, it’s a really useful project 🙌
I’d like to suggest adding multi-language (i18n) support to make the tool more accessible to a wider audience.
💡 Idea
Currently, the CLI/messages appear to be in a single language. It would be great if users could select their preferred language (for example: English, Spanish, etc.).
🚀 Possible approach
Use a simple translation system (like JSON or TOML files):
locales/en.jsonlocales/es.jsonCreate a small wrapper function, e.g.
t("key"), to fetch translated stringsDetect system language automatically (via environment variables like
LANG)All reactions