Skip to content

Commit c6401f1

Browse files
authored
fix(core): remove extra nl_NL language from constant file (#1155)
1 parent 301a10b commit c6401f1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/manager/modules/core/src/manager-core.constants.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ export const LANGUAGES = {
2020
}, {
2121
name: 'Lietuviškai',
2222
key: 'lt_LT',
23-
}, {
24-
name: 'Nederlands',
25-
key: 'nl_NL',
2623
}, {
2724
name: 'Polski',
2825
key: 'pl_PL',

0 commit comments

Comments
 (0)