Refactor 'invalid issue' diagnostic to use labels within the same Fluent object

This commit is contained in:
Hampus Lidin 2022-08-21 12:38:22 +02:00
parent b3be7698d6
commit b731bfa2d4

View File

@ -33,16 +33,11 @@ attr_invalid_meta_item =
attr_invalid_issue_string = attr_invalid_issue_string =
`issue` must be a non-zero numeric string or "none" `issue` must be a non-zero numeric string or "none"
attr_must_not_be_zero = .must_not_be_zero = `issue` must not be "0", use "none" instead
`issue` must not be "0", use "none" instead .empty = cannot parse integer from empty string
attr_empty = .invalid_digit = invalid digit found in string
cannot parse integer from empty string .pos_overflow = number too large to fit in target type
attr_invalid_digit = .neg_overflow = number too small to fit in target type
invalid digit found in string
attr_pos_overflow =
number too large to fit in target type
attr_neg_overflow =
number too small to fit in target type
attr_missing_issue = attr_missing_issue =
missing 'issue' missing 'issue'