Not translate string

Bug #812863 reported by rodion
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Google-Reader-Indicator
Fix Committed
Low
Lorenzo Carbonell

Bug Description

Please change:
http://bazaar.launchpad.net/~lorenzo-carbonell/google-reader-indicator/trunk/view/head:/src/google-reader-indicator.py#L200

date = time.strftime("%A, %d de %B de %Y %H:%M",time.localtime(nuevo.published))

to:

day = time.strftime("%A, %d ",time.localtime(nuevo.published))
month = time.strftime("%B",time.localtime(nuevo.published))
yearandtime = time.strftime("%Y %H:%M",time.localtime(nuevo.published))
date = day + ' ' + _('de') + ' ' + month + ' ' + _('de') + ' ' + yearandtime

Changed in google-reader-indicator:
milestone: none → 0.1.1.0
status: New → Fix Committed
importance: Undecided → Medium
assignee: nobody → Lorenzo Carbonell (lorenzo-carbonell)
importance: Medium → Low
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.