Skip to content

Commit

Permalink
Merge pull request #20 from misa1515/patch-1
Browse files Browse the repository at this point in the history
Update easy_time.jinja (added new language slovak)
  • Loading branch information
Petro31 authored Oct 30, 2023
2 parents 32ae5c0 + e6031f7 commit 219e4de
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions easy_time.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,78 @@
'December',
]
},
'sk':{
'_language': 'Slovak',
'and': 'a',
'in': 'v',
'ago': 'pred',
'now': 'teraz',
'lose': 'strata',
'gain': 'zosilnenie',
'time':{
'format': '12-hod',
'year': [
'rok',
'rok',
'roky',
],
'week': [
'týž',
'týždeň',
'týždne',
],
'day': [
'd',
'deň',
'dni',
],
'hour': [
'hod',
'hodina',
'hodiny',
],
'minute': [
'min',
'minúta',
'minúty',
],
'second': [
'sek',
'sekunda',
'sekundy',
],
},
'delta':{
'today': 'dnes',
'tomorrow': 'zajtra',
'yesterday': 'včera',
'next': 'ďalší',
'last': 'predchádzajúci',
},
'days':[
"Pondelok",
"Utorok",
"Streda",
"Štvrtok",
"Piatok",
"Sobota",
"Nedeľa",
],
'months':[
'Január',
'Február',
'Marec',
'Apríl',
'Máj',
'Jún',
'Júl',
'August',
'September',
'Október',
'November',
'December',
]
},
'nl':{
'_language': 'Nederlands',
'and': 'en',
Expand Down

0 comments on commit 219e4de

Please sign in to comment.