mathlive icon indicating copy to clipboard operation
mathlive copied to clipboard

Update italian l10n-strings

Open GGilli opened this issue 8 months ago • 4 comments

Updated some italian localization and added localization missing keys

GGilli avatar May 12 '25 10:05 GGilli

I'm not sure of what exactly has changed, and why. Could you elaborate?

arnog avatar Jun 06 '25 11:06 arnog

I've changed some translation issues, just an example: 'tooltip.undo': 'Disfare' --> "tooltip.undo": "Annulla" The problem is that "undo" in italian is translated correctly with "disfare" but this is not used in the context of a web application or program. I made a complete check of the translation of each entry matching with the context. Also there were some entries that in the italian list were not previously evaluated like "menu.insert": "Inserisci".

Hope this helps to understand

GGilli avatar Jun 06 '25 12:06 GGilli

thanks, that helps for that. It appears that some keys were removed and some capitalization changed as well. Could you explain why that is?

Sorry for the follow up questions, but it’s really hard to tell what has changed. The diff tool shows that everything has changed, mostly because you changed the single quotes to double quotes.

arnog avatar Jun 06 '25 13:06 arnog

Sorry about the double quotes — I probably added them during editing without noticing. What I did was take the English list and translate all the keys to make sure I didn’t miss anything. As for capitalization, in Italian we usually only capitalize the first letter or specific proper names. In any case, it's not critical. On buttons or menu we usually find the strings both ways.

GGilli avatar Jun 06 '25 13:06 GGilli