Change #238046
Category | ggettext |
Changed by | Bruno Haible <bruno | @clisp.org>
Changed at | Mon 30 Jun 2025 13:50:51 |
Repository | git://git.savannah.gnu.org/gettext.git |
Project | ggettext |
Branch | master |
Revision | 8d373b065696573050776bc4bf5b6fbc660d3665 |
Comments
Support reading PO files with '#=' lines. * gettext-tools/src/read-catalog-abstract.c (catalog_reader_seen_generic_comment): Treat '=' like ','. * gettext-tools/src/read-catalog.c (default_comment_special): Allow several calls to this method to make side effects on dcatr. * gettext-tools/src/read-catalog-special.h: Update comment. * gettext-tools/src/read-catalog-special.c: Likewise. * gettext-tools/tests/msgcat-24: New file. * gettext-tools/tests/Makefile.am (TESTS): Add it.
Changed files
- gettext-tools/src/read-catalog-abstract.c
- gettext-tools/src/read-catalog-special.c
- gettext-tools/src/read-catalog-special.h
- gettext-tools/src/read-catalog.c
- gettext-tools/tests/Makefile.am
- gettext-tools/tests/msgcat-24