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

implement multi-language support #626

Open
flohoch opened this issue Nov 15, 2023 · 2 comments
Open

implement multi-language support #626

flohoch opened this issue Nov 15, 2023 · 2 comments
Labels
enhancement New feature or request priority:normal

Comments

@flohoch
Copy link
Contributor

flohoch commented Nov 15, 2023

add multi-language support (ask Lukas, our first contributor, for details)

@flohoch flohoch added enhancement New feature or request priority:low labels Nov 15, 2023
@flohoch flohoch self-assigned this Nov 15, 2023
@Rasakul
Copy link

Rasakul commented Nov 15, 2023

Lukas here:
The platform should offer multi-language input for Messages.

Delivering to the client could happen in a way that clients sends current language with request

@philprime
Copy link
Contributor

As a message consists of multiple fields, e.g. title and message, we have two options for localizing a message:

  1. Adding a localization requires to set all fields again, basically each message has a relation to n child messages, which are edited individually.
  2. Each field can be localized individually, e.g. the message is set in an organization wide default language, and then a second title for a specific language can be set.

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

No branches or pull requests

3 participants