New Translations - Expandos #122
Closed
flatcap
started this conversation in
Translators
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Translators!
I've just merged a new block of code that deals with Expandos.
(NeoMutt's name for the
%X
things in format strings, like$index_format
)NeoMutt now has the ability to validate these strings at config time.
This means we've got some new error messages.
They're a bit quirky.
If you have any better suggestions, let me know.
Thanks! ❤️
"Expando parse error: %s"
"Invalid time period: '%c', must be one of 'ymwdHM'"
The 'ymwdHM' should not be translated
"Expando is missing terminator: '%c'"
Expando is missing a terminator character
e.g. "%[..." is missing the final ']'
"Padding cannot be used as a condition"
Conditional Expandos can only depend on other Expandos
e.g. "%<X?apple>" displays "apple" if "%X" is true.
"Conditional expando is missing '%c'"
Expando is missing a terminator character
e.g. "%[..." is missing the final ']'
"Conditional expando is missing '&' or '%c'"
Expando is missing a terminator character
e.g. "%[..." is missing the final ']'
"Option %s: "
e.g. "Option index_format:" plus an error message
"Unknown expando: %%%.*s"
e.g. "Unknown expando: %Q"
"Number is expected"
Expando format expected a number
Leaderboard
@neomutt/translators
Beta Was this translation helpful? Give feedback.
All reactions