Update
svn: r6146
This commit is contained in:
parent
9667d7f19b
commit
9b615f60b0
15
configure.in
15
configure.in
@ -48,25 +48,12 @@ if test x$ICONV = xno; then
|
||||
fi
|
||||
|
||||
dnl Add the languages which your application supports here.
|
||||
ALL_LINGUAS="hu zh_CN cs da de es fr it nb nl no pl pt_BR ro ru sv eo fi lt"
|
||||
ALL_LINGUAS="hu zh_CN cs da de es fr it nb nl no pl pt_BR ro ru sv eo fi lt sk"
|
||||
GETTEXT_PACKAGE=gramps
|
||||
AC_SUBST(GETTEXT_PACKAGE)
|
||||
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Define to the Gettext package name.])
|
||||
AM_GLIB_GNU_GETTEXT
|
||||
|
||||
dnl LANGUAGES="hu zh_CN cs da de es fr it nb nl no pl pt_BR ro ru sv eo fi lt"
|
||||
dnl AC_SUBST(LANGUAGES)
|
||||
dnl
|
||||
dnl DISTLANGS=
|
||||
dnl POFILES=
|
||||
dnl MOFILES=
|
||||
dnl for lang in $LANGUAGES; do
|
||||
dnl POFILES="$POFILES $lang.po"
|
||||
dnl MOFILES="$MOFILES $lang.mo"
|
||||
dnl done
|
||||
dnl AC_SUBST(POFILES)
|
||||
dnl AC_SUBST(MOFILES)
|
||||
|
||||
dnl Checks for programs.
|
||||
dnl We first only check for python >= 2.3
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
# List of source files which contain translatable strings.
|
||||
[encoding: UTF-8]
|
||||
#
|
||||
# Python files
|
||||
#
|
||||
src/AddMedia.py
|
||||
src/ansel_utf8.py
|
||||
src/ArgHandler.py
|
||||
@ -272,6 +275,9 @@ src/RelLib/_Url.py
|
||||
src/RelLib/_Witness.py
|
||||
src/TreeViews/__init__.py
|
||||
src/TreeViews/_PersonTreeView.py
|
||||
#
|
||||
# Glade files
|
||||
#
|
||||
src/glade/edit_person.glade
|
||||
src/glade/gramps.glade
|
||||
src/glade/mergedata.glade
|
||||
@ -297,8 +303,9 @@ src/plugins/vcalendarexport.glade
|
||||
src/plugins/vcardexport.glade
|
||||
src/plugins/verify.glade
|
||||
src/plugins/writeftree.glade
|
||||
src/data/tips.xml
|
||||
# files added by intltool-prepare
|
||||
#
|
||||
# Files to extract from and then merge into
|
||||
#
|
||||
src/data/gramps.desktop.in
|
||||
src/data/gramps.keys.in
|
||||
src/data/gramps.xml.in
|
||||
|
11905
po/gramps.pot
Normal file
11905
po/gramps.pot
Normal file
File diff suppressed because it is too large
Load Diff
21236
po/pt_BR.po
21236
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
12933
po/zh_CN.po
12933
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user