New and Improved 3.13 Beta. Highlights: Shareable filters and dashboards and lots of other goodies. Any feedback can be raised as JIRA issues in the JIRA project.
Issue Details (XML | Word | Printable)

Key: JRA-9234
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Sam Chang [Atlassian]
Reporter: Mark Chaimungkalanont [Atlassian]
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
JIRA

All single quotes in properties files needs to be updated with double single quotes

Created: 02/Feb/06 07:01 PM   Updated: 30/Jul/06 07:34 PM
Component/s: Internationalisation
Affects Version/s: 3.5
Fix Version/s: 3.5.2

Time Tracking:
Not Specified

Participants: Lars, Mark Chaimungkalanont [Atlassian] and Sam Chang [Atlassian]
Since last comment: 2 years, 29 weeks, 3 days ago
Resolution Date: 14/Feb/06 10:57 PM
Labels:


 Description  « Hide
All single quotes in properties files needs to be updated with double single quotes to escape them properly, We should find all non-escpaed single quotes and escape them with double single quotes. There're lots of these around.

eg.

user.profile = Profil de l'utilisateur

needs to be

user.profile = Profil de l''utilisateur



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Lars added a comment - 04/Feb/06 12:51 AM
You should also decide if you use " or "" since you mix the use of this today.

Eg.

fields.validation.date.period.format = Invalid period format in the "{0}" field.
fields.validation.date.period.from.to =''From'' field cannot be later than ''To'' field.