refactor(i18n): pull tabs and database tab names into hellionstrings
Both tab classes were the last two settings tabs still pulling their display name from the upstream Language resource bundle. Move them into HellionStrings so all eight settings tabs share one i18n source. The unused Language.Options_*_Tab keys stay around for backwards compat with cherry-picked upstream tabs.
This commit is contained in:
@@ -445,6 +445,12 @@
|
||||
<data name="Settings_Tab_Chat" xml:space="preserve">
|
||||
<value>Chat</value>
|
||||
</data>
|
||||
<data name="Settings_Tab_Tabs" xml:space="preserve">
|
||||
<value>Tabs</value>
|
||||
</data>
|
||||
<data name="Settings_Tab_Database" xml:space="preserve">
|
||||
<value>Database</value>
|
||||
</data>
|
||||
<data name="Settings_Tab_Information" xml:space="preserve">
|
||||
<value>Information</value>
|
||||
</data>
|
||||
|
||||
Reference in New Issue
Block a user