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

LibreOffice integration doesn't work with French, Spanish etc. #7421

Closed
danielnaber opened this issue Nov 13, 2022 · 0 comments
Closed

LibreOffice integration doesn't work with French, Spanish etc. #7421

danielnaber opened this issue Nov 13, 2022 · 0 comments

Comments

@danielnaber
Copy link
Member

The LT integration that comes with LibreOffice 7.4 doesn't work with French and Spanish and probably some other languages. The reason is that LO queries the /languages endpoint (at startup of LO, not when LT gets activated), gets e.g. fr but then doesn't activate the integration, because it expects fr-FR. We can fix that on LT's side by also printing codes likes fr-FR, es-ES etc. and also accepting them.

Codes like es-MX should not be accepted for now, as that would imply LT actually has a specific MX version of Spanish, which it doesn't.

To reproduce:
french_test.odt

danielnaber added a commit that referenced this issue Nov 13, 2022
…anguages endpoint and by also accepting codes like 'fr-FR' (#7421)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant