* update zh-CN localization files
* fix: Mail server configuration cannot be performed when the domain name does not have a built-in template.
Create a fallback template. When the built-in template corresponding to the domain name cannot be found, use the fallback template to configure the server.
---------
Co-authored-by: xml <xiamengliang@uniontech.com>
* feats: add script to improve localization
* fix: the script used to generate the translations didn't take certain concatenations into account.
Previously :
Many features are unavailable in plain-text mode. To create a single
Now :
Many features are unavailable in plain-text mode. To create a single plain-text draft, hold Alt or Option while clicking Compose or Reply.
-
Previously :
These features were %@ of the messages you sentin this time period, so these numbers do not reflect all of your activity. To enableread receipts and link tracking on emails you send, click the %@ or link tracking %@ icons in the composer.
Now :
These features were %@ of the messages you sent in this time period, so these numbers do not reflect all of your activity. To enable read receipts and link tracking on emails you send, click the %@ or link tracking %@ icons in the composer.
-
Previously :
To make changes to contacts in this account, you'll need to re-authorize Mailspring to access your data.\n\n
Now :
To make changes to contacts in this account, you'll need to re-authorize Mailspring to access your data.\n\nIn Mailspring's main window, go to Preferences > Accounts, select this account, and click \"Re-authenticate\". You'll be prompted to give Mailspring additional permission to update and delete your contacts.
...
* chore: improving the french and format-localizations.js executed
* feats: add templates to localizations
* fix(localization): define default template to english
* chore(localization): added explanations on how to use script files
---------
Co-authored-by: Ben Gotow <ben@foundry376.com>
* Add option for vertically stacked reading pane
* Switch from creating a separate column to scoping ThreadList to split+list modes
* Better styling for vertical reading pane
* Fix bug that prevented changing the panel layout via the preferences dialog
* Add resize functionality for vertical thread list
* Add Contact Toolbar button to Thread List Vertical View
* Remove debug log
Co-authored-by: Ben Gotow <ben@foundry376.com>
* Add configuration option to colorise accounts
* Add German translation for account color
* Fix bug when account is unset in list-tabular-item
* Add account color for "from" field in compose window
* Add color coding to the preferences account list
* Fix styling issue in compose window where account labels where unaligned if only one account had a color configured
* Add account color inside the swipeable element
* Partial Revert "Add configuration option to colorise accounts"
This partially reverts commit f8efccb0f2.
* Ensure that account color is not displayed in thread-list when it is unset
* Add colorized accounts in sidebar and contacts view
* Add new type Style to be used throughout the colorization code
* Add todo note for ensuring that the account color updates correctly
* Remove style definition and use react CSSProperties instead
* Fix crash when opening a draft that was created in GMail
* Refactor accountColor to color
* Ensure dynamic change of the account color in the sidebar
* Add AccountColorBar react component
Co-authored-by: Janosch Maier <maierjaonsch@gmail.com>
* Improve German Translation (A to B)
Improve the German translation:
- Improve messages with first letters A to B
Signed-off-by: ahahn94 <ahahn94@outlook.com>
* Improve German Translation (C to H)
Improve the German translation:
- Improve messages with first letters C to H
Signed-off-by: ahahn94 <ahahn94@outlook.com>
* Improve German Translation (I to L)
Improve the German translation:
- Improve messages with first letters I to L
Signed-off-by: ahahn94 <ahahn94@outlook.com>
* Improve German Translation
Improve punctuation:
- replace " ..." with "..."
- replace " / " with "/"
Signed-off-by: ahahn94 <ahahn94@outlook.com>