spf13--cobra/translations/main.en.toml
Goutte ccbdd223d1 feat(i18n): draft of i18n with embedded TOML files
Supports rfc4646 language tags in env vars.
If region is detected (en-US, fr-CA), will try to load regional files first.
2023-11-05 00:21:04 +01:00

8 lines
292 B
TOML

[Error]
description = "prefix of error messages"
other = "Error"
[ExclusiveFlagsValidationError]
description = "error shown when multiple exclusive flags are provided (group flags, offending flags)"
other = "if any flags in the group [%v] are set none of the others can be; %v were all set"