1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-08 06:03:49 +01:00

Set up for extracting i18n strings from .ny files with xgettext

This commit is contained in:
Paul Licameli
2018-02-22 13:28:18 -05:00
parent d3493814e2
commit 6ea647cc1d
7 changed files with 534 additions and 1 deletions

3
configure vendored
View File

@@ -24233,7 +24233,7 @@ case "${host_os}" in
esac
# process Makefile.in's to generate Makefiles
ac_config_files="$ac_config_files Makefile help/Makefile images/Makefile lib-src/Makefile po/Makefile.in src/audacity.desktop src/Makefile tests/Makefile"
ac_config_files="$ac_config_files Makefile help/Makefile images/Makefile lib-src/Makefile po/Makefile.in nyq-po/Makefile.in src/audacity.desktop src/Makefile tests/Makefile"
cat >confcache <<\_ACEOF
@@ -25517,6 +25517,7 @@ do
"images/Makefile") CONFIG_FILES="$CONFIG_FILES images/Makefile" ;;
"lib-src/Makefile") CONFIG_FILES="$CONFIG_FILES lib-src/Makefile" ;;
"po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
"nyq-po/Makefile.in") CONFIG_FILES="$CONFIG_FILES nyq-po/Makefile.in" ;;
"src/audacity.desktop") CONFIG_FILES="$CONFIG_FILES src/audacity.desktop" ;;
"src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
"tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;