@@ -38,9 +38,10 @@ xlsxFile("../../../../OneDrive/Documents/Patterns.xlsm", { sheet: "Patterns" }).
38
38
{ lang : "ar" , name : "العربية" , col : 9 , site : "https://ar.pattern.monster" , path : "../ar.pattern.monster/" } ,
39
39
{ lang : "pt" , name : "Português" , col : 10 , site : "https://pt.pattern.monster" , path : "../pt.pattern.monster/" } ,
40
40
{ lang : "zh-cn" , name : "中文(简体)" , col : 11 , site : "https://cn.pattern.monster" , path : "../cn.pattern.monster/" } ,
41
+ { lang : "nl" , name : "Nederlands" , col : 12 , site : "https://nl.pattern.monster" , path : "../nl.pattern.monster/" } ,
41
42
42
- // { lang: "uk", name: "Українська", col: 11 , path: "../../uk.pattern.monster/" },
43
- // { lang: "af", name: "Afrikaans", col: 12 , path: "../../af.pattern.monster/" },
43
+ // { lang: "uk", name: "Українська", col: 13 , path: "../../uk.pattern.monster/" },
44
+ // { lang: "af", name: "Afrikaans", col: 14 , path: "../../af.pattern.monster/" },
44
45
] ;
45
46
46
47
languages . forEach ( ( language ) => {
0 commit comments