Skip to content

Commit

Permalink
Add Ukranian locale_UK.yml by xlanyleeet (#3203)
Browse files Browse the repository at this point in the history
* Add locale_UK by xlanyleeet
* Update LangCode.java
* Update Contributors.java
  • Loading branch information
AuroraLS3 committed Sep 10, 2023
1 parent 800d7b3 commit b40ba82
Show file tree
Hide file tree
Showing 3 changed files with 766 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ public class Contributors {
new Contributor("ringoXD", LANG),
new Contributor("yu_solt", LANG),
new Contributor("lis2a", LANG),
new Contributor("ToxiWoxi", CODE)
new Contributor("ToxiWoxi", CODE),
new Contributor("xlanyleeet", LANG)
};

private Contributors() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public enum LangCode {
NL("Nederlands", "Sander0542"),
RU("русский", "Saph1s, Perhun_Pak, BratishkaErik & stashenko"),
TR("Türkçe", "TDJisvan, BruilsiozPro & EyuphanMandiraci"),
UK("українська мова", "xlanyleeet"),
PT_BR("Português", "jvmuller"),
ZH_TW("\u6F22\u8A9E", "\u6d1b\u4f0a & zisunny104");

Expand Down
Loading

0 comments on commit b40ba82

Please sign in to comment.