mirror of
https://github.com/0x5eal/chrono-lc.git
synced 2025-04-10 21:20:53 +01:00
chore(locales): add finnish locale
This commit is contained in:
parent
965e02f698
commit
509d222c70
1 changed files with 48 additions and 0 deletions
48
locales/fi.json
Normal file
48
locales/fi.json
Normal file
|
@ -0,0 +1,48 @@
|
||||||
|
{
|
||||||
|
"short_months": [
|
||||||
|
"Tammi",
|
||||||
|
"Helmi",
|
||||||
|
"Maalis,
|
||||||
|
"Huhti",
|
||||||
|
"Touko",
|
||||||
|
"Kesä",
|
||||||
|
"Heinä",
|
||||||
|
"Elo",
|
||||||
|
"Syys",
|
||||||
|
"Loka",
|
||||||
|
"Marras",
|
||||||
|
"Joulu"
|
||||||
|
],
|
||||||
|
"long_months": [
|
||||||
|
"Tammikuu",
|
||||||
|
"Helmikuu",
|
||||||
|
"Maaliskuu",
|
||||||
|
"Huhtikuu",
|
||||||
|
"Toukokuu",
|
||||||
|
"Kesäkuu",
|
||||||
|
"Heinäkuu",
|
||||||
|
"Elokuu",
|
||||||
|
"Syyskuu",
|
||||||
|
"Lokakuu",
|
||||||
|
"Marraskuu",
|
||||||
|
"Joulukuu"
|
||||||
|
],
|
||||||
|
"short_weekdays": [
|
||||||
|
"Ma",
|
||||||
|
"Ti",
|
||||||
|
"Ke",
|
||||||
|
"To",
|
||||||
|
"Pe",
|
||||||
|
"La",
|
||||||
|
"Su"
|
||||||
|
],
|
||||||
|
"long_weekdays": [
|
||||||
|
"Maanantai",
|
||||||
|
"Tiistai",
|
||||||
|
"Keskiviikko",
|
||||||
|
"Torstai",
|
||||||
|
"Perjantai",
|
||||||
|
"Lauantai",
|
||||||
|
"Sunnuntai"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue