Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit ccefcfd

Browse files
committed
Fixed missing comma
1 parent f65c35e commit ccefcfd

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)