2 changed files with 42 additions and 23 deletions
@ -1,10 +1,10 @@ |
|||||
# shellcheck disable=SC2034 |
# shellcheck disable=SC2034 |
||||
|
|
||||
# note the extra ' ' (compare with locale en) => raise issue fr.po |
# note the extra ' ' (compare with locale en) => raise issue fr.po |
||||
MSG_UNBOUND_VARIABLE_REGEX='^(.*): ligne ([0-9]+): (.*) : variable sans liaison$' |
|
||||
|
MSG_UNBOUND_VARIABLE_REGEX='^(.*): ligne ([0-9]+): (.*) ?: variable sans liaison$' |
||||
|
|
||||
# extra ' ' + weird NBSP (removed programmatically) => raise issue fr.po too |
# extra ' ' + weird NBSP (removed programmatically) => raise issue fr.po too |
||||
MSG_COMMAND_NOT_FOUND_REGEX='^(.*): ligne ([0-9]+): (.*) : commande introuvable$' |
|
||||
|
MSG_COMMAND_NOT_FOUND_REGEX='^(.*): ligne ([0-9]+): (.*) ?: commande introuvable$' |
||||
|
|
||||
MSG_FILE_NOT_FOUND_REGEX='^(.*): ligne ([0-9]+): (.*): Aucun fichier ou dossier de ce (nom|type)$' |
MSG_FILE_NOT_FOUND_REGEX='^(.*): ligne ([0-9]+): (.*): Aucun fichier ou dossier de ce (nom|type)$' |
||||
MSG_SOURCE_NOT_FOUND_REGEX='^(.*): ligne ([0-9]+): (.*): Aucun fichier ou dossier de ce (nom|type)$' |
MSG_SOURCE_NOT_FOUND_REGEX='^(.*): ligne ([0-9]+): (.*): Aucun fichier ou dossier de ce (nom|type)$' |
||||
Write
Preview
Loading…
Cancel
Save
Reference in new issue