Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Petro31/easy-time-jinja int…
Browse files Browse the repository at this point in the history
…o main
  • Loading branch information
Petro31 committed Oct 15, 2024
2 parents ccbcd8a + 3e9bc42 commit 2cb21f5
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion easy_time.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,8 @@
'today': 'hoy',
'tomorrow': 'mañana',
'yesterday': 'ayer',
'next': 'el próximo',
'last': 'el pasado',
},
'days':[
'lunes',
Expand All @@ -716,7 +718,21 @@
'octubre',
'noviembre',
'diciembre'
]
],
'time_of_hour':{
0: '{hour} en punto',
1: '{hour} y un minuto',
15: '{hour} y quarto',
30: '{hour} y media',
45: '{hour} menos quarto',
59: '{hour} menos uno',
'past_hour': '{hour} y {minute}',
'to_hour': '{hour} menos {minute}',
},
'time_of_day':{
'midnight': 'medianoche',
'noon': 'mediodía',
},
},
'it':{
'_language': 'Italiano',
Expand Down

0 comments on commit 2cb21f5

Please sign in to comment.