Datehandler for czech language added.
svn: r9478
This commit is contained in:
parent
631f3cba6e
commit
62301615b9
@ -1,3 +1,9 @@
|
||||
2007-12-10 Zdenek Hatas <zdenek.hatas@gmail.com>
|
||||
* src/DateHandler/_Date_cs.py: czech datehandler added
|
||||
* src/DateHandler/__init__.py: czech datehandler included
|
||||
* src/DateHandler/Makefile.am: czech datehandler included
|
||||
* po/POTFILES.in: czech datehandler included
|
||||
|
||||
2007-12-09 Douglas S. Blank <dblank@cs.brynmawr.edu>
|
||||
* src/GrampsCfg.py: Rearranged name display preference settings
|
||||
* src/BasicUtils/_NameDisplay.py: allow title-case name patterns
|
||||
|
@ -82,6 +82,7 @@ src/DataViews/_RepositoryView.py
|
||||
src/DataViews/_SourceView.py
|
||||
|
||||
# DateHandler package
|
||||
src/DateHandler/_Date_cs.py
|
||||
src/DateHandler/_Date_de.py
|
||||
src/DateHandler/_DateDisplay.py
|
||||
src/DateHandler/_Date_es.py
|
||||
|
@ -6,6 +6,7 @@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/DateHandler
|
||||
|
||||
pkgdata_PYTHON = \
|
||||
_Date_cs.py\
|
||||
_Date_de.py\
|
||||
_Date_ru.py\
|
||||
_Date_lt.py\
|
||||
|
@ -29,6 +29,7 @@ from _DateHandler import LANG, LANG_SHORT, \
|
||||
LANG_TO_PARSER, LANG_TO_DISPLAY, register_datehandler
|
||||
|
||||
# Import all the localized handlers
|
||||
import _Date_cs
|
||||
import _Date_de
|
||||
import _Date_es
|
||||
import _Date_fi
|
||||
|
Loading…
Reference in New Issue
Block a user