Opened 16 years ago
Closed 15 years ago
#7896 closed defect (bug) (duplicate)
Quotation marks should be internationalized
Reported by: | huji | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | major | Version: | |
Component: | I18N | Keywords: | needs-patch |
Focuses: | Cc: |
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.
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.