mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Collect all translatable strings in scm files in intl-scm.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5384 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
23576ba39f
commit
54393d0a06
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
SUBDIRS = macros debian intl doc-tools doc lib src po rpm accounts
|
SUBDIRS = macros debian intl doc-tools doc lib src intl-scm po rpm accounts
|
||||||
|
|
||||||
docdir = ${GNC_DOC_INSTALL_DIR}
|
docdir = ${GNC_DOC_INSTALL_DIR}
|
||||||
|
|
||||||
|
@ -694,6 +694,7 @@ AC_OUTPUT(
|
|||||||
doc/sgml/pt_PT/Makefile
|
doc/sgml/pt_PT/Makefile
|
||||||
doc-tools/Makefile
|
doc-tools/Makefile
|
||||||
intl/Makefile
|
intl/Makefile
|
||||||
|
intl-scm/Makefile
|
||||||
lib/Makefile
|
lib/Makefile
|
||||||
lib/guile-www/Makefile
|
lib/guile-www/Makefile
|
||||||
lib/srfi/Makefile
|
lib/srfi/Makefile
|
||||||
|
3
intl-scm/.cvsignore
Normal file
3
intl-scm/.cvsignore
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
guile-strings.c
|
13
intl-scm/Makefile.am
Normal file
13
intl-scm/Makefile.am
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
EXTRA_DIST = \
|
||||||
|
.cvsignore \
|
||||||
|
guile-strings.c \
|
||||||
|
xgettext.scm
|
||||||
|
|
||||||
|
guile-strings.c:
|
||||||
|
rm -f guile-strings.c
|
||||||
|
guile -s ./xgettext.scm `find ../src -name '*.scm'`
|
||||||
|
CLEANFILES += guile-strings.c
|
||||||
|
|
||||||
|
all-local:
|
||||||
|
rm -f guile-strings.c
|
||||||
|
|
@ -50,3 +50,5 @@ foreach my $file (@possible_files) {
|
|||||||
|
|
||||||
print $path . $name . "\n";
|
print $path . $name . "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
print "intl-scm/guile-strings.c\n";
|
||||||
|
@ -213,6 +213,7 @@ src/gnome/file-history.c
|
|||||||
src/gnome/window-help.c
|
src/gnome/window-help.c
|
||||||
src/gnome/gnc-network.c
|
src/gnome/gnc-network.c
|
||||||
src/gnome/gnc-splash.c
|
src/gnome/gnc-splash.c
|
||||||
|
src/gnome/gnucash.keys.in
|
||||||
src/gnome/mainwindow-account-tree.c
|
src/gnome/mainwindow-account-tree.c
|
||||||
src/gnome/reconcile-list.c
|
src/gnome/reconcile-list.c
|
||||||
src/gnome/top-level.c
|
src/gnome/top-level.c
|
||||||
@ -222,6 +223,7 @@ src/gnome/window-main.c
|
|||||||
src/gnome/window-reconcile.c
|
src/gnome/window-reconcile.c
|
||||||
src/gnome/window-register.c
|
src/gnome/window-register.c
|
||||||
src/gnome/window-report.c
|
src/gnome/window-report.c
|
||||||
|
src/gnome/gnucash.desktop.in
|
||||||
src/gnome/argv-list-converters.c
|
src/gnome/argv-list-converters.c
|
||||||
src/gnome/file-utils.c
|
src/gnome/file-utils.c
|
||||||
src/gnome/dialog-sx-from-trans.c
|
src/gnome/dialog-sx-from-trans.c
|
||||||
@ -287,3 +289,4 @@ src/report/report-system/gnc-report.c
|
|||||||
src/report/standard-reports/gncmod-standard-reports.c
|
src/report/standard-reports/gncmod-standard-reports.c
|
||||||
src/report/stylesheets/gncmod-stylesheets.c
|
src/report/stylesheets/gncmod-stylesheets.c
|
||||||
src/report/utility-reports/gncmod-utility-reports.c
|
src/report/utility-reports/gncmod-utility-reports.c
|
||||||
|
intl-scm/guile-strings.c
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
Makefile
|
Makefile
|
||||||
guile-strings.c
|
Makefile.in
|
||||||
.deps
|
.deps
|
||||||
.libs
|
.libs
|
||||||
Makefile.in
|
|
||||||
*.lo
|
*.lo
|
||||||
*.la
|
*.la
|
||||||
|
@ -56,10 +56,3 @@ EXTRA_DIST = \
|
|||||||
${gncscm_DATA} \
|
${gncscm_DATA} \
|
||||||
${glade_DATA} \
|
${glade_DATA} \
|
||||||
file-format.txt
|
file-format.txt
|
||||||
|
|
||||||
guile-strings.c: ${gncscm_DATA}
|
|
||||||
rm -f guile-strings.c
|
|
||||||
guile -s ../../scm/xgettext.scm ${gncscm_DATA}
|
|
||||||
CLEANFILES += guile-strings.c
|
|
||||||
|
|
||||||
all-local: guile-strings.c
|
|
||||||
|
@ -2,4 +2,3 @@ Makefile
|
|||||||
Makefile.in
|
Makefile.in
|
||||||
.scm-links
|
.scm-links
|
||||||
bootstrap.scm
|
bootstrap.scm
|
||||||
guile-strings.c
|
|
||||||
|
@ -26,7 +26,6 @@ gnc_regular_scm_files = \
|
|||||||
substring-search.scm \
|
substring-search.scm \
|
||||||
tip-list.scm \
|
tip-list.scm \
|
||||||
tip-of-the-day.scm \
|
tip-of-the-day.scm \
|
||||||
xgettext.scm \
|
|
||||||
xml-generator.scm
|
xml-generator.scm
|
||||||
|
|
||||||
gncscm_DATA = ${gnc_autogen_scm_files} ${gnc_regular_scm_files}
|
gncscm_DATA = ${gnc_autogen_scm_files} ${gnc_regular_scm_files}
|
||||||
@ -48,13 +47,6 @@ EXTRA_DIST = \
|
|||||||
startup-design.txt \
|
startup-design.txt \
|
||||||
${SCM_FILES}
|
${SCM_FILES}
|
||||||
|
|
||||||
guile-strings.c: ${SCM_FILES}
|
|
||||||
rm -f guile-strings.c
|
|
||||||
guile -s ./xgettext.scm ${SCM_FILES}
|
|
||||||
CLEANFILES += guile-strings.c
|
|
||||||
|
|
||||||
all-local: guile-strings.c
|
|
||||||
|
|
||||||
## We borrow guile's convention and use @-...-@ as the substitution
|
## We borrow guile's convention and use @-...-@ as the substitution
|
||||||
## brackets here, instead of the usual @...@. This prevents autoconf
|
## brackets here, instead of the usual @...@. This prevents autoconf
|
||||||
## from substituting the values directly into the left-hand sides of
|
## from substituting the values directly into the left-hand sides of
|
||||||
|
@ -1,3 +1,2 @@
|
|||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
guile-strings.c
|
|
||||||
|
@ -8,10 +8,3 @@ gncscm_DATA = \
|
|||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
.cvsignore \
|
.cvsignore \
|
||||||
${gncscm_DATA}
|
${gncscm_DATA}
|
||||||
|
|
||||||
guile-strings.c: ${gncscm_DATA}
|
|
||||||
rm -f guile-strings.c
|
|
||||||
guile -s ../xgettext.scm ${gncscm_DATA}
|
|
||||||
CLEANFILES += guile-strings.c
|
|
||||||
|
|
||||||
all-local: guile-strings.c
|
|
||||||
|
@ -1,3 +1,2 @@
|
|||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
guile-strings.c
|
|
||||||
|
@ -8,10 +8,3 @@ gncscm_DATA = \
|
|||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
.cvsignore \
|
.cvsignore \
|
||||||
${gncscm_DATA}
|
${gncscm_DATA}
|
||||||
|
|
||||||
guile-strings.c: ${gncscm_DATA}
|
|
||||||
rm -f guile-strings.c
|
|
||||||
guile -s ../xgettext.scm ${gncscm_DATA}
|
|
||||||
CLEANFILES += guile-strings.c
|
|
||||||
|
|
||||||
all-local: guile-strings.c
|
|
||||||
|
Loading…
Reference in New Issue
Block a user