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

Atlases' languages should be configurable via the nunaliit executable #1030

Open
alexgao1 opened this issue Apr 25, 2022 · 0 comments
Open
Labels
CouchDB CouchDB related Enhancement Desired improvement to design or implementation that adds value. Java Nunaliit Java related Localization Related to Nunaliit's localization support and/or language chooser

Comments

@alexgao1
Copy link
Contributor

Language configuration could be updated with nunaliit update instead of dealing with it in the code.
It should:

  • be a configurable file that contains an array of languages
  • have a language marked as a default

Example of what the file might contain:

[
    { code: "fr", name: "French", isDefault: true },
    { code: "en", name:" English" }
]
@alexgao1 alexgao1 added Enhancement Desired improvement to design or implementation that adds value. CouchDB CouchDB related Java Nunaliit Java related labels Apr 25, 2022
@ahayes ahayes added the Localization Related to Nunaliit's localization support and/or language chooser label Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CouchDB CouchDB related Enhancement Desired improvement to design or implementation that adds value. Java Nunaliit Java related Localization Related to Nunaliit's localization support and/or language chooser
Projects
None yet
Development

No branches or pull requests

2 participants