* A Mailspring Magyar nyelvi fájljának javítása
To improve the Hungarian language file of MailSpring.
* I improved it a bit.
I improved it a bit. Now it looks perfect.
* Minor modification
Minor modification
* 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>
* Updated mailspring.appdata.xml.in and PT-BR translation
The mailspring.appdata.xml.in file is used by Flatpak to automatically build the containerized version, available in Flathub, and that file wasn't tracking Mailspring's version, showing then an older version on Flathub (main Flatpak store). Also, the Brazilian Portuguese translation is around 80% checked and corrected (also standardized a lot of different words that were the same thing, improving usability).
* Update pt-BR.json
All of the pt-BR.json was checked and verified. I've applied the necessary corrections, and tried my best to fully standardize the entire translation, because same things were being translated to different things in Portuguese.
* Some UX improvements (plus .gitignore tweak)
Made a few UX improvements:
- The send later delay can be skipped by clicking the new `Send now instead` button (localization required)
- If there is a range selection in the subject line then a context menu pops up on right click (for those that are allergic to keyboard shortcuts 😂)
- Message participant tweaks:
- you can now open the context menu on the name or email, not just the email
- you don't need to expand the participants to open the context menu
- name is shown over the email for `Email "Name else Email"` context menu item
- added `Copy "Email"` to context menu when nothing is selected/highlighted and just `Copy` when something is
- **for devs:** pretty console messages now consider your device theme and use an appropriate colour
* Prettier adjustments
* Revert `.gitignore` change
* Fix & actual prettier-ing
- Fix email context menu (now email and name can be alt-clicked)
- Sorted auto format (sorry didn't realise it was off)
* Use localised date/time format
Use a localised date format rather than forcing the Americanised format. This does loose the ordinal in `fullTimeString(Date)`
* Use weekday(Mon-Sun), for recent emails
- Changed recent emails to:
- display weekday and time (e.g Mon, 10:15)
- the recent emails to be 5 days, rather than 2
- Removed dead code
- Removed unnecessary import
* Remove unnecessary log
* Add key to prevent console error
Added a key to prevent a `Each child in an array or iterator should have a unique "key" prop` error in the console
* Add a key to "more" span
Co-authored-by: Ben Gotow <ben@foundry376.com>
* Update es.json
Some sentences that are not correct in Spanish have been changed.
Added opening punctuation in some sentences.
Added or changed letters in words to match the correct form of the word in Spanish.
* Update es.json
* Revert: Update es.json
Sorry, this was my bad - I meant to resolve a merge conflict with master and it committed the changes here.
Co-authored-by: Ben Gotow <bengotow@gmail.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>
* Update fr.json
In the "Mail Rules" section, the two choices for "If %@ of the following conditions are met" are "All" and "Any", but the French translation is "Tout" (meaning "All") for both. I suggest replacing "Tout" (the current translation of "Any") by "N'importe lequel", but "Un seul" could also work. Warning: I don't know if "Any" is used for other buttons.
* Update app/lang/fr.json
Fix gender agreement
Co-authored-by: Louis-Michel Couture <louim_1@hotmail.com>
Co-authored-by: Louis-Michel Couture <louim_1@hotmail.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>