fix: update some things for localisation
This commit is contained in:
Generated
+9
@@ -78,6 +78,15 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Delete tab.
|
||||
/// </summary>
|
||||
internal static string ChatLog_Tabs_Delete {
|
||||
get {
|
||||
return ResourceManager.GetString("ChatLog_Tabs_Delete", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Move down.
|
||||
/// </summary>
|
||||
|
||||
@@ -350,4 +350,7 @@
|
||||
<data name="Options_SymbolsFontSize_Description" xml:space="preserve">
|
||||
<value>The font size to use for game symbols.</value>
|
||||
</data>
|
||||
<data name="ChatLog_Tabs_Delete" xml:space="preserve">
|
||||
<value>Delete tab</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user