Opened 4 years ago
Closed 4 years ago
#1485694 closed Bugs (fixed)
czech translation bug
| Reported by: | maro | Owned by: | thomasb |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2.1 |
| Component: | Localization | Version: | 0.2-stable |
| Severity: | normal | Keywords: | czech translations |
| Cc: |
Description
Unnecesary slashes are displayed in czech translation on new-mail screen. Instead of Add Bcc is displayed Add \"Bcc\". (with backslashes)
The translated text doesnt seems to be parsed so backslashes are not necessary.
Original output from program/localization/cs_CZ/labels.inc
$labels [ 'addcc' ] = 'Přidat pole \"Kopie\"';
Can be changed into: Přidat pole "Kopie".
Change History (1)
comment:1 Changed 4 years ago by alec
- Milestone set to 0.2.1
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Fixed in [3a0e9a04].