feat(i18n): localise the quick-button tooltips
The three quick-button tooltips were hard-coded English while the rest of the UI goes through HellionStrings. All 25 resource files now carry them, machine translated on Flo's go-ahead. Verified: every file still parses as XML, and the base file stays English so a missing language falls back to what was there before.
This commit is contained in:
@@ -1146,4 +1146,13 @@
|
||||
<data name="ChatInput_PluginDisclosure_Warning" xml:space="preserve">
|
||||
<value>Aquest missatge conté símbols exclusius del connector que altres jugadors poden veure com a quadres buits. Prem Retorn de nou per enviar-lo igualment.</value>
|
||||
</data>
|
||||
<data name="InputBar_InsertSymbol_Tooltip" xml:space="preserve">
|
||||
<value>Insereix un símbol</value>
|
||||
</data>
|
||||
<data name="InputBar_Settings_Tooltip" xml:space="preserve">
|
||||
<value>Configuració</value>
|
||||
</data>
|
||||
<data name="InputBar_HideChat_Tooltip" xml:space="preserve">
|
||||
<value>Amaga el xat (Retorn per recuperar-lo)</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user