From d94f853bb51fc56ca64e18b875ff4ffd8cd57561 Mon Sep 17 00:00:00 2001 From: Rafael Ortiz Date: Wed, 31 Aug 2011 15:56:38 +0000 Subject: specifying AU lang on pango markup --- diff --git a/clock.py b/clock.py index 2d4bddc..cbdacd4 100755 --- a/clock.py +++ b/clock.py @@ -125,7 +125,7 @@ class ClockActivity(activity.Activity): # screen is rotated. Pango markup: # http://www.pygtk.org/docs/pygtk/pango-markup-language.html self._TIME_LETTERS_FORMAT = _p("Write Time", - '%s') + '%s') # TRANS: The format used to display the weekday and date # (example: Tuesday 10/21/2008) We recommend to use the same @@ -133,7 +133,7 @@ class ClockActivity(activity.Activity): # http://docs.python.org/lib/module-time.html for available # strftime formats. xgettext:no-python-format self._DATE_SHORT_FORMAT = _p("Write Date", - '' + + '' + '%A, ' + '%m/' + '%d/' + -- cgit v0.9.1