Skip to content

Commit

Permalink
Stop filtering out jv/kn/ha/ml/sd/yo.
Browse files Browse the repository at this point in the history
This is a leftover from the initial locale denylist, later replaced by our use of the "modern" locale list.
  • Loading branch information
bojanz committed Nov 1, 2024
1 parent c29e7f7 commit 20b45d0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
19 changes: 11 additions & 8 deletions data.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -816,8 +816,6 @@ func shouldIgnoreLocale(locale string) bool {
"be-tarask", "cu", "gv", "prg",
// Valencian differs from its parent only by a single character (è/é).
"ca-ES-valencia",
// Infrequently used locales.
"jv", "kn", "ha", "ml", "sd", "yo",
}
localeParts := strings.Split(locale, "-")
ignore := false
Expand Down

0 comments on commit 20b45d0

Please sign in to comment.