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:
parent
a651ec6ff6
commit
60df8d609f
@ -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
|
||||
|
5
config/locales/base.no.yml
Normal file
5
config/locales/base.no.yml
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user