Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #94 from troinine/master
Browse files Browse the repository at this point in the history
feat: added Finnish localization
  • Loading branch information
Yevgenium authored Feb 27, 2022
2 parents 3148a9b + 89a33b1 commit b0a687d
Showing 1 changed file with 33 additions and 2 deletions.
35 changes: 33 additions & 2 deletions src/locale.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,38 @@ const locale = {
'sunny': 'Soleado',
'windy': 'Viento',
'windy-variant': 'Viento variable'
},
},
fi: {
'tempHi': 'Lämpötila ylin',
'tempLo': 'Lämpötila alin',
'precip': 'Sademäärä',
'units': {
'km/h': 'km/h',
'm/s': 'm/s',
'hPa': 'hPa',
'mmHg': 'mm Hg',
'mm': 'mm',
'in': 'in'
},
'cardinalDirections': [
'N', 'N-NE', 'NE', 'E-NE', 'E', 'E-SE', 'SE', 'S-SE',
'S', 'S-SW', 'SW', 'W-SW', 'W', 'W-NW', 'NW', 'N-NW', 'N'
],
'clear-night': 'Y\u00f6, selke\u00e4\u00e4',
'cloudy': 'Pilvist\u00e4',
'fog': 'Sumuista',
'hail': 'Raekuuroja',
'lightning': 'Ukkoskuuroja',
'lightning-rainy': 'Ukkosta, sateista',
'partlycloudy': 'Osittain pilvist\u00e4',
'pouring': 'Kaatosadetta',
'rainy': 'Sateista',
'snowy': 'Lumisadetta',
'snowy-rainy': 'R\u00e4nt\u00e4sadetta',
'sunny': 'Aurinkoista',
'windy': 'Tuulista',
'windy-variant': 'Tuulista'
},
hu: {
'tempHi': 'Max. hőmérséklet',
'tempLo': 'Min. hőmérséklet',
Expand Down Expand Up @@ -215,7 +246,7 @@ const locale = {
'sunny': 'Soligt',
'windy': 'Blåsigt',
'windy-variant': 'Blåsigt'
}
},
};

export default locale;

0 comments on commit b0a687d

Please sign in to comment.