Modify

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#11360 closed defect (fixed)

attach file problems

Reported by: kwark87@… Owned by: Dmitri
Priority: normal Component: TracRussianTranslation
Severity: normal Keywords: attach
Cc: Trac Release: 1.0

Description

this is error in file: tracrussiantranslation/1.0/locale/ru/LC_MESSAGES/messages.po

When i attach file in a ticket, then i can't access to ticket anymore. but if i change language to english, than all works fine.

last revision from repositary is:

2642	"[1:%(file)s][2:​]\n"
2643	"       ([3:%(size)s]) -\n"
2644	"      added by [4:%(author)s] %(date)s."
2645	msgstr ""
2646	"[1:%(file)s][2:]\n"
2647	"       ([3:]%(size)s]) -\n"
2648	"      ЎПбавлеМ [4:%(author)s] %(date)s."

Error on line 2647. Right code is:

2642	"[1:%(file)s][2:​]\n"
2643	"       ([3:%(size)s]) -\n"
2644	"      added by [4:%(author)s] %(date)s."
2645	msgstr ""
2646	"[1:%(file)s][2:â]\n"
2647	"       ([3:%(size)s]) -\n"
2648	"      ЎПбавлеМ [4:%(author)s] %(date)s."

Attachments (0)

Change History (2)

comment:1 Changed 11 years ago by Dmitri

Resolution: fixed
Status: newclosed

In 13420:

A couple of corrections after proofreading. Fixed #11360.

comment:2 Changed 11 years ago by Dmitri

Strangely, I did not see that â in emacs. It looks like some unicode garbage.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Dmitri.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.