merge inflection fixes for cs lang from gramps42 branch

This commit is contained in:
Zdeněk Hataš 2015-06-06 14:14:29 +02:00
parent 1aad1d6be0
commit 46a509ee1d
2 changed files with 1773 additions and 976 deletions

View File

@ -22,7 +22,7 @@
"""
Czech-specific classes for parsing and displaying dates.
"""
from __future__ import unicode_literals
#-------------------------------------------------------------------------
#
# Python modules
@ -221,7 +221,9 @@ class DateDisplayCZ(DateDisplay):
# this must agree with DateDisplayEn's "formats" definition
# (since no locale-specific _display_gregorian exists, here)
def display(self, date):
display = DateDisplay.display_formatted
def orig_display(self, date):
"""
Return a text string representing the date.
"""

2743
po/cs.po

File diff suppressed because it is too large Load Diff