Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 1 addition & 25 deletions i18n/locales.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ var Locales = []*Locale{
LocalName: "اَلْعَرَبِيَّةُ",
DiscordLocale: nil,
},
{
IsoShortCode: "az",
IsoLongCode: "az-AZ",
FlagEmoji: "🇦🇿",
EnglishName: "Azerbaijani",
LocalName: "Azərbaycanca",
DiscordLocale: nil,
},
{
IsoShortCode: "bg",
IsoLongCode: "bg-BG",
Expand All @@ -58,7 +50,7 @@ var Locales = []*Locale{
IsoShortCode: "ch",
IsoLongCode: "de-CH",
FlagEmoji: "🇨🇭",
EnglishName: "German (Switzerland)",
EnglishName: "Swiss German",
LocalName: "Schwiizerdütsch",
DiscordLocale: nil,
ParentIsoShortCode: ptr("de"),
Expand Down Expand Up @@ -200,22 +192,6 @@ var Locales = []*Locale{
LocalName: "Lietuviškai",
DiscordLocale: ptr("lt"),
},
{
IsoShortCode: "lv",
IsoLongCode: "lv-LV",
FlagEmoji: "🇱🇻",
EnglishName: "Latvian",
LocalName: "Latviešu",
DiscordLocale: nil,
},
{
IsoShortCode: "ne",
IsoLongCode: "ne-NP",
FlagEmoji: "🇳🇵",
EnglishName: "Nepali",
LocalName: "नेपाली",
DiscordLocale: nil,
},
{
IsoShortCode: "nl",
IsoLongCode: "nl-NL",
Expand Down