Skip to content

Commit

Permalink
Look for translatable strings in lib directory as well
Browse files Browse the repository at this point in the history
The Character Encoding menu imported from goffice comes with many such strings.
I still need to find a nice way to copy the existing translations for them
from goffice directly to gnucash.
  • Loading branch information
gjanssens committed Feb 20, 2017
1 parent 0dc6fdc commit d57a7ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion make-gnucash-potfiles.in
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sub sort_func
}

my @possible_files = sort sort_func
`cd @-SRCDIR-@ && find src -name '*.c' \\
`cd @-SRCDIR-@ && find src lib -name '*.c' \\
-o -name '*.cpp' -o -name '*.glade' \\
-o -name '*.desktop.in' -o -name '*.keys.in' \\
-o -name '*.gschema.xml.in.in' -o -name '*.scm'`;
Expand Down
7 changes: 7 additions & 0 deletions po/POTFILES.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# This is a list of files which contain translatable strings.
# This file was generated by ../make-gnucash-potfiles.
lib/goffice/go-charmap-sel.c
lib/goffice/go-glib-extras.c
lib/goffice/go-optionmenu.c
lib/libc/libc-missing-noop.c
lib/libc/setenv.c
lib/libc/strfmon.c
lib/libc/strptime.c
src/app-utils/app-utils.scm
src/app-utils/business-helpers.c
src/app-utils/business-options.c
Expand Down

0 comments on commit d57a7ce

Please sign in to comment.