You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 expectsfr-FR
. We can fix that on LT's side by also printing codes likesfr-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
The text was updated successfully, but these errors were encountered: