Opened 18 years ago
Closed 17 years ago
#7896 closed defect (bug) (duplicate)
Quotation marks should be internationalized
| Reported by: | huji | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | I18N | Version: | |
| Severity: | major | Keywords: | needs-patch |
| Cc: | Focuses: |
Description
Currently, if quotation marks are used in a piece of text (like a comment) they are converted to a “ for the starting and a ” for the closing quotation mark. In non-Latin languages (like Arabic and Persian) other marks should be used. There should be a way to internationalize them.
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Another example: Default theme uses something like this to show the tags of a post:
This should be internationalized in two ways:
1) Instead of hard coded phrase "Tags: ", an i18ned version should be used like this:
(Default_fa theme uses this method, at the moment).
2) Furhther than the above, the comma should be i18ned:
And the global variable $theComma should be set as ", " by default, and get overridden for special langauges using their .mo and .op files.