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

Commit b7586ea

Browse files
committed
Added finnish support
1 parent 4bab534 commit b7586ea

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/LangDic.js

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,4 +188,25 @@ export default {
188188
'fr':'Cu',
189189
'sa':'Cts'
190190
},
191+
'fi': { // Finnish
192+
'january':'Tammikuu',
193+
'february':'Helmikuu',
194+
'march': 'Maaliskuu',
195+
'april':'Huhtikuu',
196+
'may':'Toukokuu',
197+
'june':'Kesäkuu',
198+
'july':'Heinäkuu',
199+
'august':'Elokuu',
200+
'september':'Syyskuu',
201+
'october':'Lokakuu',
202+
'november':'Marraskuu',
203+
'december':'Joulukuu',
204+
'su':'Su',
205+
'mo':'Ma',
206+
'tu':'Ti',
207+
'we':'Ke',
208+
'th':'To',
209+
'fr':'Pe',
210+
'sa':'La'
211+
}
191212
}

0 commit comments

Comments
 (0)