1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-19 13:54:25 +01:00

[bug] missing hour format for norwegian

This commit is contained in:
Sylvain 2021-07-02 12:33:51 +02:00
parent a651ec6ff6
commit 60df8d609f
2 changed files with 7 additions and 1 deletions

View File

@ -1,10 +1,11 @@
# Changelog Fab-manager
- Fix a bug: missing hour format for norwegian
## v5.1.2 2021 July 2
- Fix a bug: invalid rails locale for Norwegian
## v5.1.1 2021 July 1st
- Set up the linter for Typescript files

View File

@ -0,0 +1,5 @@
no:
time:
formats:
# See http://apidock.com/ruby/DateTime/strftime for a list of available directives
hour_minute: "%H:%M"