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

fix: set correctly the Onlyoffice editor language - EXO-64615 (#207) #208

Merged
merged 1 commit into from
Aug 10, 2023

Commits on Aug 10, 2023

  1. fix: set correctly the Onlyoffice editor language - EXO-64615 (#207)

    The property lang was holding a wrong value of the language like en- or fr- which was not interpreted correctly by the onlyoffice editor and the language was always set to Enlish and Aerbidjan country (defaults)
    The fix returns just the language (without the country variant), it adds the country language just for Taiwan chinese and Portugal portuguese as detailed in documentation https://api.onlyoffice.com/editors/config/editor#lang
    ahamdi committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    412bb4b View commit details
    Browse the repository at this point in the history