Skip to content

Commit 652a896

Browse files
committed
test: update test to check for Nederlands translation
1 parent fe6de6d commit 652a896

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/CheckTranslations.spec.js

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import it_translations from "@/lang/it"
1313
import ja_translations from "@/lang/ja"
1414
import ms_translations from "@/lang/ms"
1515
import my_translations from "@/lang/my"
16+
import nl_translations from "@/lang/nl"
1617
import pl_translations from "@/lang/pl"
1718
import pt_br_translations from "@/lang/pt-br"
1819
import sv_translations from "@/lang/sv"
@@ -38,6 +39,7 @@ describe("Translations", () => {
3839
["ja", "Japanese", ja_translations],
3940
["ms", "Bahasa Melayu", ms_translations],
4041
["my", "Burmese", my_translations],
42+
["nl", "Nederlands", nl_translations],
4143
["pl", "Polish", pl_translations],
4244
["pt-br", "Portuguese", pt_br_translations],
4345
["sv", "Svenska", sv_translations],

0 commit comments

Comments
 (0)