Skip to content

Commit ef04fe2

Browse files
Samin Yousefniaarthurdenner
Samin Yousefnia
authored andcommitted
feat(locales): Adding new Finnish locale (#17)
* Adding new locale => Finnish * upddaitng README.md file
1 parent c52df3d commit ef04fe2

File tree

3 files changed

+42
-3
lines changed

3 files changed

+42
-3
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,15 @@
5353
"contributions": [
5454
"doc"
5555
]
56+
},
57+
{
58+
"login": "saminnet",
59+
"name": "Samin Yousefnia",
60+
"avatar_url": "https://avatars1.githubusercontent.com/u/5575369?v=4",
61+
"profile": "https://github.com/saminnet",
62+
"contributions": [
63+
"translation"
64+
]
5665
}
5766
]
5867
}

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Datepickers built with [Semantic UI for React][semantic-ui-react] and [Dayzed][d
44

55
[![version][version-badge]][package]
66
[![MIT License][license-badge]][license]
7-
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors)
7+
[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors)
88

99
## Overview
1010

@@ -134,8 +134,8 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
134134

135135
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
136136
<!-- prettier-ignore -->
137-
| [<img src="https://avatars0.githubusercontent.com/u/13774309?v=4" width="100px;"/><br /><sub><b>Arthur Denner</b></sub>](https://github.com/arthurdenner)<br />[💻](https://github.com/arthurdenner/react-semantic-ui-datepickers/commits?author=arthurdenner "Code") [🎨](#design-arthurdenner "Design") [📖](https://github.com/arthurdenner/react-semantic-ui-datepickers/commits?author=arthurdenner "Documentation") [💡](#example-arthurdenner "Examples") [🤔](#ideas-arthurdenner "Ideas, Planning, & Feedback") | [<img src="https://avatars2.githubusercontent.com/u/10627086?v=4" width="100px;"/><br /><sub><b>Emerson Laurentino</b></sub>](https://twitter.com/elaurent_)<br />[💻](https://github.com/arthurdenner/react-semantic-ui-datepickers/commits?author=emersonlaurentino "Code") [🤔](#ideas-emersonlaurentino "Ideas, Planning, & Feedback") [📖](https://github.com/arthurdenner/react-semantic-ui-datepickers/commits?author=emersonlaurentino "Documentation") [💡](#example-emersonlaurentino "Examples") | [<img src="https://avatars2.githubusercontent.com/u/12260334?v=4" width="100px;"/><br /><sub><b>Lucas Borges</b></sub>](https://github.com/lucasnsborges)<br />[💻](https://github.com/arthurdenner/react-semantic-ui-datepickers/commits?author=lucasnsborges "Code") [📖](https://github.com/arthurdenner/react-semantic-ui-datepickers/commits?author=lucasnsborges "Documentation") [💡](#example-lucasnsborges "Examples") | [<img src="https://avatars3.githubusercontent.com/u/12260324?v=4" width="100px;"/><br /><sub><b>Rallysson</b></sub>](https://github.com/rallysson)<br />[📖](https://github.com/arthurdenner/react-semantic-ui-datepickers/commits?author=rallysson "Documentation") |
138-
| :---: | :---: | :---: | :---: |
137+
| [<img src="https://avatars0.githubusercontent.com/u/13774309?v=4" width="100px;"/><br /><sub><b>Arthur Denner</b></sub>](https://github.com/arthurdenner)<br />[💻](https://github.com/arthurdenner/react-semantic-ui-datepickers/commits?author=arthurdenner "Code") [🎨](#design-arthurdenner "Design") [📖](https://github.com/arthurdenner/react-semantic-ui-datepickers/commits?author=arthurdenner "Documentation") [💡](#example-arthurdenner "Examples") [🤔](#ideas-arthurdenner "Ideas, Planning, & Feedback") | [<img src="https://avatars2.githubusercontent.com/u/10627086?v=4" width="100px;"/><br /><sub><b>Emerson Laurentino</b></sub>](https://twitter.com/elaurent_)<br />[💻](https://github.com/arthurdenner/react-semantic-ui-datepickers/commits?author=emersonlaurentino "Code") [🤔](#ideas-emersonlaurentino "Ideas, Planning, & Feedback") [📖](https://github.com/arthurdenner/react-semantic-ui-datepickers/commits?author=emersonlaurentino "Documentation") [💡](#example-emersonlaurentino "Examples") | [<img src="https://avatars2.githubusercontent.com/u/12260334?v=4" width="100px;"/><br /><sub><b>Lucas Borges</b></sub>](https://github.com/lucasnsborges)<br />[💻](https://github.com/arthurdenner/react-semantic-ui-datepickers/commits?author=lucasnsborges "Code") [📖](https://github.com/arthurdenner/react-semantic-ui-datepickers/commits?author=lucasnsborges "Documentation") [💡](#example-lucasnsborges "Examples") | [<img src="https://avatars3.githubusercontent.com/u/12260324?v=4" width="100px;"/><br /><sub><b>Rallysson</b></sub>](https://github.com/rallysson)<br />[📖](https://github.com/arthurdenner/react-semantic-ui-datepickers/commits?author=rallysson "Documentation") | [<img src="https://avatars1.githubusercontent.com/u/5575369?v=4" width="100px;"/><br /><sub><b>Samin Yousefnia</b></sub>](https://github.com/saminnet)<br />[🌍](#translation-saminnet "Translation") |
138+
| :---: | :---: | :---: | :---: | :---: |
139139

140140
<!-- ALL-CONTRIBUTORS-LIST:END -->
141141

src/locales/fi-FI.js

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
export default {
2+
todayButton: 'Tänään',
3+
nextMonth: 'Seuraava kuukausi',
4+
previousMonth: 'Edellinen kuukausi',
5+
nextYear: 'Seuraava vuosi',
6+
previousYear: 'Edellinen vuosi',
7+
weekdays: [
8+
'Sunnuntai',
9+
'Maanantai',
10+
'Tiistai',
11+
'Keskiviikko',
12+
'Torstai',
13+
'Perjantai',
14+
'Lauantai',
15+
],
16+
months: [
17+
'Tammikuu',
18+
'Helmikuu',
19+
'Maaliskuu',
20+
'Huhtikuu',
21+
'Toukokuu',
22+
'Kesäkuu',
23+
'Heinäkuu',
24+
'Elokuu',
25+
'Syyskuu',
26+
'Lokakuu',
27+
'Marraskuu',
28+
'Joulukuu',
29+
],
30+
};

0 commit comments

Comments
 (0)