Skip to content

Commit a1e25a1

Browse files
authored
Merge pull request #27 from empreinte-digitale/fix-nl-translations-import-20
Fixed import of nl translations
2 parents 2b5ed75 + bf67360 commit a1e25a1

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)