Skip to content

Commit

Permalink
Add Ukrainian Translation (#870)
Browse files Browse the repository at this point in the history
* Ukrainian Translation

* fix comma
  • Loading branch information
MEGATREX4 authored Oct 25, 2023
1 parent d6dbe78 commit 8db2d26
Show file tree
Hide file tree
Showing 3 changed files with 785 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TwitchDownloaderWPF/Services/AvailableCultures.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public static class AvailableCultures
public static readonly Culture Polish;
public static readonly Culture Russian;
public static readonly Culture Turkish;
public static readonly Culture Ukrainian;
public static readonly Culture SimplifiedChinese;

public static readonly Culture[] All;
Expand All @@ -38,6 +39,7 @@ static AvailableCultures()
Polish = new Culture("pl-PL", "Polski"),
Russian = new Culture("ru-RU", "Русский"),
Turkish = new Culture("tr-TR", "Türkçe"),
Ukrainian = new Culture("uk-ua", "Українська"),
SimplifiedChinese = new Culture("zh-CN", "简体中文")
};
}
Expand Down
Loading

0 comments on commit 8db2d26

Please sign in to comment.