mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-17 06:52:27 +01:00
[bug] missing translations for some error messages
This commit is contained in:
parent
85ab715b89
commit
64342c9e00
@ -8,6 +8,7 @@
|
||||
- Renamed production documentation
|
||||
- Fix a bug: invalid translation keys in closing accounting period interface
|
||||
- Fix a bug: since PostgreSQL release 9.6.17, the new installations will fail to start complaining for missing password (#194)
|
||||
- Fix a bug: missing translations for some error messages
|
||||
- Fix a security issue: updated mkdirp to fix [CVE-2020-7598](https://nvd.nist.gov/vuln/detail/CVE-2020-7598)
|
||||
- Fix a security issue: updated acorn to fix [CVE-2020-7598](https://nvd.nist.gov/vuln/detail/CVE-2020-7598)
|
||||
|
||||
|
@ -3,10 +3,3 @@ ach:
|
||||
formats:
|
||||
# See http://apidock.com/ruby/DateTime/strftime for a list of available directives
|
||||
hour_minute: "%I:%M %p"
|
||||
|
||||
errors: &errors
|
||||
messages: &errors_messages
|
||||
|
||||
activemodel:
|
||||
errors:
|
||||
<<: *errors
|
||||
|
@ -3,10 +3,3 @@ en:
|
||||
formats:
|
||||
# See http://apidock.com/ruby/DateTime/strftime for a list of available directives
|
||||
hour_minute: "%I:%M %p"
|
||||
|
||||
errors: &errors
|
||||
messages: &errors_messages
|
||||
|
||||
activemodel:
|
||||
errors:
|
||||
<<: *errors
|
||||
|
@ -3,10 +3,3 @@ es:
|
||||
formats:
|
||||
# See http://apidock.com/ruby/DateTime/strftime for a list of available directives
|
||||
hour_minute: "%I:%M %p"
|
||||
|
||||
errors: &errors
|
||||
messages: &errors_messages
|
||||
|
||||
activemodel:
|
||||
errors:
|
||||
<<: *errors
|
||||
|
@ -3,10 +3,3 @@ fr:
|
||||
formats:
|
||||
# Liste des directives disponibles sur http://apidock.com/ruby/DateTime/strftime
|
||||
hour_minute: "%H:%M"
|
||||
|
||||
errors: &errors
|
||||
messages: &errors_messages
|
||||
|
||||
activemodel:
|
||||
errors:
|
||||
<<: *errors
|
||||
|
@ -3,10 +3,3 @@ pt:
|
||||
formats:
|
||||
# See http://apidock.com/ruby/DateTime/strftime for a list of available directives
|
||||
hour_minute: "%I:%M %p"
|
||||
|
||||
errors: &errors
|
||||
messages: &errors_messages
|
||||
|
||||
activemodel:
|
||||
errors:
|
||||
<<: *errors
|
||||
|
Loading…
x
Reference in New Issue
Block a user