fix: update some things for localisation

This commit is contained in:
Anna
2022-02-05 19:54:57 -05:00
parent 5161b57c51
commit 3daad60560
6 changed files with 20 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ using ChatTwo.Util;
namespace ChatTwo.Code;
internal static class ChatTypeExt {
internal static readonly (string, ChatType[])[] SortOrder = {
internal static IEnumerable<(string, ChatType[])> SortOrder => new[] {
(Language.Options_Tabs_ChannelTypes_Special, new[] {
ChatType.Debug,
ChatType.Urgent,