Skip to content

Commit f3e1621

Browse files
committed
Fix missing comma in LangDic.js
1 parent 4bab534 commit f3e1621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LangDic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export default {
124124
'th':'목',
125125
'fr':'금',
126126
'sa':'토'
127-
}
127+
},
128128
'es' : { // Spanish
129129
'january':'Enero',
130130
'february':'Febrero',

0 commit comments

Comments
 (0)