Update translation files for previous commit
svn: r16161
This commit is contained in:
parent
56e7869137
commit
d624e113fa
@ -1,7 +1,7 @@
|
||||
# List of source files which contain translatable strings.
|
||||
[encoding: UTF-8]
|
||||
#
|
||||
# Python files
|
||||
# Python files
|
||||
#
|
||||
src/Assistant.py
|
||||
src/Bookmarks.py
|
||||
@ -89,6 +89,7 @@ src/gui/grampsgui.py
|
||||
src/gui/makefilter.py
|
||||
src/gui/utils.py
|
||||
src/gui/viewmanager.py
|
||||
src/gui/workspace.py
|
||||
|
||||
# gui/editors - the GUI editors package
|
||||
src/gui/editors/addmedia.py
|
||||
@ -617,7 +618,7 @@ src/Filters/SideBar/_RepoSidebarFilter.py
|
||||
src/Filters/SideBar/_NoteSidebarFilter.py
|
||||
|
||||
#
|
||||
# Glade files
|
||||
# Glade files
|
||||
#
|
||||
src/plugins/docgen/gtkprint.glade
|
||||
src/glade/editperson.glade
|
||||
@ -690,7 +691,7 @@ src/plugins/export/exportvcard.glade
|
||||
src/plugins/tool/verify.glade
|
||||
|
||||
#
|
||||
# Files to extract from and then merge into
|
||||
# Files to extract from and then merge into
|
||||
#
|
||||
data/gramps.desktop.in
|
||||
data/gramps.keys.in
|
||||
|
@ -1,7 +1,7 @@
|
||||
# List of source files which do not need to translate.
|
||||
[encoding: UTF-8]
|
||||
#
|
||||
# Python files
|
||||
# Python files
|
||||
#
|
||||
|
||||
#src
|
||||
@ -210,7 +210,9 @@ src/GrampsLogger/_RotateHandler.py
|
||||
# gui - GUI code
|
||||
src/gui/__init__.py
|
||||
src/gui/dbguielement.py
|
||||
src/gui/navigator.py
|
||||
src/gui/pluginmanager.py
|
||||
src/gui/sidebar.py
|
||||
|
||||
# gui/editors - the GUI editors package
|
||||
src/gui/editors/__init__.py
|
||||
@ -322,13 +324,13 @@ src/plugins/rel/rel_sv.py
|
||||
src/Simple/_SimpleDoc.py
|
||||
|
||||
#
|
||||
# web
|
||||
# web
|
||||
#
|
||||
src/web/grampsdb/views.py
|
||||
src/web/utils.py
|
||||
|
||||
#
|
||||
# Glade files
|
||||
# Glade files
|
||||
#
|
||||
src/glade/gramps.glade
|
||||
src/plugins/tool/check.glade
|
||||
|
@ -22,11 +22,13 @@ pkgdata_PYTHON = \
|
||||
dbman.py \
|
||||
filtereditor.py \
|
||||
grampsgui.py \
|
||||
navigator.py \
|
||||
makefilter.py \
|
||||
pluginmanager.py \
|
||||
sidebar.py \
|
||||
utils.py \
|
||||
viewmanager.py
|
||||
viewmanager.py \
|
||||
workspace.py
|
||||
|
||||
pkgpyexecdir = @pkgpyexecdir@/gui
|
||||
pkgpythondir = @pkgpythondir@/gui
|
||||
|
Loading…
Reference in New Issue
Block a user