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

[Calendar] I18N #2859

Open
chibenwa opened this issue May 13, 2024 · 0 comments
Open

[Calendar] I18N #2859

chibenwa opened this issue May 13, 2024 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request Major

Comments

@chibenwa
Copy link
Member

chibenwa commented May 13, 2024

Description

As a french user I want the relies I send to be localized in french.

Expected result

image

Current behavior

image

Additional information

The server supports i18n.

Supported locales for deployments are advertised in the session:

        "com:linagora:params:calendar:event": {
            "replySupportedLanguage": [
                "en",
                "fr"
            ]
        },

From there client can set the local it wishes:

{
  "using":["urn:ietf:params:jmap:core","com:linagora:params:calendar:event"],
   "methodCalls":[[ "CalendarEvent/accept",
     {
        "accountId":"50fb9073ba109901291988b0d78e8a602a6fcd96fbde033eb46ca308779f8fac",
        "blobIds":["123ddb30-1134-11ef-9d4e-7d1058f3d6e1_15"],
        "language:: "fr"
     },"c0"]]
}

And the backend would take care of the rest!

Today the language option is not specified by tmail...

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

No branches or pull requests

3 participants