Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Internationalization #212

Open
wuan opened this issue Dec 20, 2022 · 2 comments
Open

Add Internationalization #212

wuan opened this issue Dec 20, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@wuan
Copy link
Contributor

wuan commented Dec 20, 2022

Why Internationalization?

  • Prepare app for translations to be ready any time.
  • Attract external contributions.

Requirements

Details

App localization

Part of this will be finding a good framework which allows us to have a simple localization support

Requirements

  • Support for String keys
  • Some kind of code generation for the keys.
  • Support for language specific things:
    • name templates
    • date and time formats
    • plural and number formats
    • key references (linking/including other texts)
    • modifiers (e. g. lower)
    • fallback rules

PoCs

@wuan wuan added the enhancement New feature or request label Dec 20, 2022
@wuan
Copy link
Contributor Author

wuan commented Apr 12, 2023

There is already an issue regarding use of localized wordlists: magic-wormhole/magic-wormhole#214

@meejah
Copy link
Collaborator

meejah commented Apr 12, 2023

Don't miss the linked discussion on magic-wormhole/magic-wormhole#26 which reveals some technical and security issues with some proposed solutions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants