Skip to content

Commit

Permalink
Merge pull request #1310 from devlanda/add-dutch-language
Browse files Browse the repository at this point in the history
Add Dutch language
  • Loading branch information
perry-mitchell authored Mar 30, 2024
2 parents eef7c74 + 147d9b4 commit 2fbb46b
Show file tree
Hide file tree
Showing 2 changed files with 387 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/shared/i18n/translations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import fi from "./fi.json";
import fr from "./fr.json";
import it from "./it.json";
import ja from "./ja.json";
import nl from "./nl.json";
import pl from "./pl.json";
import pt_br from "./pt-br.json";
import ro from "./ro.json";
Expand All @@ -21,6 +22,7 @@ export default {
fr,
it,
ja,
nl,
pl,
pt_br,
ro,
Expand Down
Loading

0 comments on commit 2fbb46b

Please sign in to comment.