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
2 changes: 2 additions & 0 deletions src/locale-data.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import hi from './locale-data/hi.js'
import hr from './locale-data/hr.js'
import hu from './locale-data/hu.js'
import hy from './locale-data/hy.js'
import hyw from './locale-data/hyw.js'
import id from './locale-data/id.js'
import is from './locale-data/is.js'
import it from './locale-data/it.js'
Expand Down Expand Up @@ -107,6 +108,7 @@ const localeData = [].concat(
hu,
hr,
hy,
hyw,
id,
is,
it,
Expand Down
Loading