diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-02-01 21:10:44 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-02-01 21:10:44 +0200 |
commit | 6e6ac2dccf7048f501e19490c90ea31c3f527633 (patch) | |
tree | dc1d351e2b5ac9ce1202c23a5f64981ea2fe20bf | |
parent | ca900f23af26a5324e3519d1c99d0891cf00db46 (diff) | |
download | egawk-6e6ac2dccf7048f501e19490c90ea31c3f527633.tar.gz egawk-6e6ac2dccf7048f501e19490c90ea31c3f527633.tar.bz2 egawk-6e6ac2dccf7048f501e19490c90ea31c3f527633.zip |
Further revise po/POTFILES.in.
-rw-r--r-- | po/ChangeLog | 4 | ||||
-rw-r--r-- | po/POTFILES.in | 15 |
2 files changed, 12 insertions, 7 deletions
diff --git a/po/ChangeLog b/po/ChangeLog index af68105e..2db026b6 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2017-02-01 Arnold D. Robbins <arnold@skeeve.com> + + * POTFILES.in: Update list of files and sort it. + 2017-01-27 Rafael Fontenelle <rafaelff@gnome.org> * POTFILES.in: Fix path of some files listed there so that diff --git a/po/POTFILES.in b/po/POTFILES.in index 4ecb6c29..bc8c9c72 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,5 +1,5 @@ # List of source files containing translatable strings. -# Copyright (C) 1999, 2002, 2012 Free Software Foundation, Inc. +# Copyright (C) 1999, 2002, 2012, 2017 Free Software Foundation, Inc. array.c awkgram.c @@ -7,7 +7,6 @@ builtin.c cint_array.c command.c debug.c -support/dfa.c eval.c ext.c extension/filefuncs.c @@ -29,8 +28,6 @@ field.c floatcomp.c gawkapi.c gawkmisc.c -support/getopt.c -support/getopt1.c int_array.c io.c main.c @@ -39,13 +36,17 @@ msg.c node.c posix/gawkmisc.c profile.c -support/random.c re.c +replace.c +str_array.c +support/dfa.c +support/getopt.c +support/getopt1.c +support/localeinfo.c +support/random.c support/regcomp.c support/regex.c support/regex_internal.c support/regexec.c -replace.c -str_array.c symbol.c version.c |