Skip to content

Commit

Permalink
Update default config
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreeam-qwq committed Jun 25, 2024
1 parent 2cc2955 commit 8f2211f
Showing 1 changed file with 52 additions and 1 deletion.
53 changes: 52 additions & 1 deletion src/main/java/cn/dreeam/caeruleum/config/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,36 @@ public interface Config {
"zh_hk",
"zh_tw",
"lzh",
"en_us"
"en_us",
"en_au",
"en_ca",
"en_gb",
"en_nz",
"en_pt",
"en_ud",
"enp",
"enws",
"en_za",
"de_de",
"de_at",
"de_ch",
"swg",
"fra_de",
"ksh",
"nds_de",
"sxu",
"fr_fr",
"fr_ca",
"ja_jp",
"ko_kr",
"ms_my",
"zlm_arab",
"ru_ru",
"ba_ru",
"rpr",
"sah_sah",
"tt_ru",
"th_th"
})
@AnnotationBasedSorter.Order(8)
List<String> localeBlackWhiteList();
Expand All @@ -114,6 +143,28 @@ public interface Config {
"lzh:zh_cn",
"zh_HK:zh_cn",
"zh_TW:zh_cn",
"de_at:de_de",
"de_ch:de_de",
"swg:de_de",
"fra_de:de_de",
"ksh:de_de",
"nds_de:de_de",
"sxu:de_de",
"en_au:en_us",
"en_ca:en_us",
"en_gb:en_us",
"en_nz:en_us",
"en_pt:en_us",
"en_ud:en_us",
"enp:en_us",
"enws:en_us",
"en_za:en_us",
"fr_ca:fr_fr",
"zlm_arab:ms_my",
"ba_ru:ru_ru",
"rpr:ru_ru",
"sah_sah:ru_ru",
"tt_ru:ru_ru"
})
@AnnotationBasedSorter.Order(9)
List<String> localeRedirectList();
Expand Down

0 comments on commit 8f2211f

Please sign in to comment.