New 'Command' Translations Coming Soon #136
Replies: 4 comments 2 replies
|
I've committed the changes in c0d35ec847293229f3c4c35f72fca36611eecdc3 There are 88 Commands, each with two translations:
e.g. #: commands/commands.c:66
msgid "Define a list of alternate email addresses for the user"
msgstr ""
#: commands/commands.c:67
#, fuzzy
msgid "alternates [ -group <name> ... ] <regex> [ <regex> ... ]"
msgstr "alternates [ -group <name> ... ] <regex> [ <regex> ... ]"Notes:
I've pre-populated all the prototypes so they can be quickly translated. There's no rush to translate as I have more refactoring work to do. If you have any questions, let me know. |
|
It’s a great addition! Maybe as a cosmetic idea, would it be okay to make sure all command specifications are formatted for an 80-column display? Newline characters can be used to make use they align nicely when too long. It just looks not so ideal when the line wraps are all random. |
|
Dear Rich,
Before I commit I would like to ask you if you agree with my
handling the line width issue:
…---
Nowhere I changed the msgid line!
commands/commands.c:line-number
# 71:
I did as you suggested above.
```
msgid "alternative_order <MIME-Typ>[/<MIME-Subtyp> ] [ <MIME-Typ>[/<MIME-Subtyp> ] ... ]"
msgstr "alternative_order <MIME-Typ>[/<MIME-Subtyp> ] [ ... ]"
```
# 87:
English version shorter than 80 chars.
Had to abbreviate the german words 'Vordergrund' and 'Hintergrund'.
I guess that's OK for Germans.
```
"color <Objekt> [ <Attribut> ... ] <Vordergrd> <Hintergrd> [ <regex> [ <Num> ]]"
```
# 123:
I had to abbreviate the german word 'Postfach'.
```
"mailboxes [[ -label <Etikett> ] | -nolabel ] [[ -notify | -nonotify ] [ -poll | -nopoll ] <Postfach> ] [ ... ]"
"mailboxes [ -[no]label [ <Etikett> ] ] [ -[no]notify ] [ -[no]poll ] <Postf> ]"
```
# 131:
Stayed below 80chars in translation.
```
"mime_lookup <mime-type>[/<mime-subtype> ] [ <mime-type>[/<mime-subtype> ] ... ]"
"mime_lookup <MIME-Typ>[/<MIME-Subtyp> ] [ <MIME-Typ>[/<MIME-Subtyp> ] ... ]"
```
# 183:
Exactly 80chars.
```
msgstr "tag-transforms <Etikett> <umgeformte Zeichen> { Etikett umgeformte Zeichen ... }"
```
---
If you do not object I would commit.
If you do object please provide some hints on how I can improve the
contribution. Many many thanks!
All the best
kbcb
|
|
FYI, I've also renamed a bunch of commands, for consistency. There's no work to do -- I've automagically updated all the translations.
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi @neomutt/translators
I'm planning to add one-line help description for all of the NeoMutt Commands, e.g.
:colorThis is a draft.
If you have any questions / suggestions, please let me know.
Cheers ❤️ @flatcap
(click to expand)
Command Help
I may also add Command Prototypes to the help.
It's another 90 translations (sorry), but it should be a quick search/replace of a few keywords.
This needs a bit more work, but it's representative.
Command Prototypes
All reactions