While working on a separate localization bug, I noticed that `po/exiv2.pot` hasn't been updated since 2017, and that with the removal of the autotools build system there's no longer any way to update it. Add a simple `update-pot` target to do so, and bring `po/POTFILES.in` up to date with the current source tree. I haven't updated `po/exiv2.pot` itself because that would be a large diff, though I've checked that the output looks reasonable. I suggest that maintainers do this.
25 lines
558 B
Plaintext
25 lines
558 B
Plaintext
# List of source files with translatable strings, generated with
|
|
# $ grep -l '[N ]_(' src/*.cpp src/*.hpp | sort
|
|
# Note: Please run 'make update-pot' after changing this list
|
|
|
|
src/actions.cpp
|
|
src/canonmn_int.cpp
|
|
src/casiomn_int.cpp
|
|
src/crwimage_int.cpp
|
|
src/datasets.cpp
|
|
src/error.cpp
|
|
src/exiv2.cpp
|
|
src/fujimn_int.cpp
|
|
src/minoltamn_int.cpp
|
|
src/nikonmn_int.cpp
|
|
src/olympusmn_int.cpp
|
|
src/panasonicmn_int.cpp
|
|
src/pentaxmn_int.cpp
|
|
src/properties.cpp
|
|
src/samsungmn_int.cpp
|
|
src/sigmamn_int.cpp
|
|
src/sonymn_int.cpp
|
|
src/tags.cpp
|
|
src/tags_int.cpp
|
|
src/tiffimage_int.cpp
|