Hi, thanks for building Loopndroll — this project is really useful.
I'd like to suggest adding internationalization (i18n) / localization support for the app UI.
Right now, the interface appears to be English-only, with most UI strings hardcoded in components. It would be great if Loopndroll could support more languages, especially Chinese, and ideally a structure that makes it easy for the community to contribute additional translations later.
Why this would help:
- Lower the barrier for non-English-speaking users
- Make the app more accessible to a broader community
- Allow contributors to add translations without changing core UI logic
A possible direction:
- Extract UI strings into locale files
- Add a simple language switcher or follow system language by default
- Start with English as the base locale and allow adding Chinese (
zh-CN) first
- Make the translation structure extensible for more languages in the future
I’d be happy to see Chinese support in particular, but more generally, full i18n support would make the project much more welcoming internationally.
Thanks for considering it.
Hi, thanks for building Loopndroll — this project is really useful.
I'd like to suggest adding internationalization (i18n) / localization support for the app UI.
Right now, the interface appears to be English-only, with most UI strings hardcoded in components. It would be great if Loopndroll could support more languages, especially Chinese, and ideally a structure that makes it easy for the community to contribute additional translations later.
Why this would help:
A possible direction:
zh-CN) firstI’d be happy to see Chinese support in particular, but more generally, full i18n support would make the project much more welcoming internationally.
Thanks for considering it.