Skip to content

Commit bf67360

Browse files
committed
Fixed import of nl translations
Fixes #20
1 parent 2b5ed75 commit bf67360

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/translations/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import hu from './hu.yml'
88
import it from './it.yml'
99
import ro from './ro.yml'
1010
import nb from './nb.yml'
11+
import nl from './nl.yml'
1112

1213
export default {
1314
de,
@@ -17,4 +18,5 @@ export default {
1718
it,
1819
ro,
1920
nb,
21+
nl,
2022
}

0 commit comments

Comments
 (0)