#1487834 closed Feature Patches (duplicate)
Localization of email reply prefix
| Reported by: | mweidler | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | later |
| Component: | Core functionality | Version: | 0.5.1 |
| Severity: | normal | Keywords: | email reply prefix |
| Cc: |
Description
In the current implementation, there is a hard-coded prefix
for email reply in english language.
It would be nice, if this prefix is localized in the user's language.
I've implemented this in version 0.5.1. The attached code shows
my changes. I hope, this can get integrated in the trunc version.
Attachments (1)
Change History (5)
Changed 2 years ago by mweidler
comment:1 Changed 2 years ago by alec
- Milestone changed from 0.6-beta to later
Create an unified diff file. Also this must be optional for the user.
comment:2 Changed 2 years ago by alec
- Resolution set to duplicate
- Status changed from new to closed
This is a duplicate of #1485776. So attach your patches there. Also I think that instead of using localized string, it would be better to create an option for the user to set the content of the string.
comment:3 Changed 2 years ago by mweidler
What about using the "localized string"-version in the upcoming release and providing a user-option in one of the next version, when a new UI is planned?
I will attach the source code modification to #1485776.
comment:4 Changed 2 years ago by alec
I don't want to be forced to use localized string. I'd like to use English only.

Code modifications