Project

General

Profile

Actions

Bug #17671

closed

German translation of the validation error is not correct

Added by Martin Bacovsky over 7 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Category:
Hammer core
Fixed in Releases:
Found in Releases:
In Kanboard:

Description

Note in the output that the German locale doesn't match the others

$ LANG=DE hm domain create --name test.com --organization-ids='1,"3,4""'
>Domain konnte nicht erstellt werden<:
  invalid value for Float(): "Unclosed quoted field." 
$ LANG=FR hm domain create --name test.com --organization-ids='1,"3,4""'
>Impossible de créer le domaine<:
  >Erreur : >L'option '--organization-ids': Unclosed quoted field.<<

  >Voir : 'hammer domain create --help'<
$ hm domain create --name test.com --organization-ids='1,"3,4""'
>Could not create the domain<:
  >Error: >option '--organization-ids': Unclosed quoted field.<<

  >See: 'hammer domain create --help'<

Actions

Also available in: Atom PDF