diff options
author | Guillem Jover <guillem@debian.org> | 2017-07-07 03:05:29 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2017-07-11 03:29:14 +0200 |
commit | 96a678f5adfb9328ad042254b9a60f3ec0dc75a7 (patch) | |
tree | d79c5643b68806b3aa286db85f87f3276ca5c1fe /scripts/po | |
parent | abad69ed09d0986bd4a554b5b5fc6779a7ef3d48 (diff) | |
download | dpkg-96a678f5adfb9328ad042254b9a60f3ec0dc75a7.tar.gz |
po: Add all source files to POTFILES.in files
Even though some do not have any translation currently, not listing
all the source files by principle means that we might start adding
translated strings to existing files and forget to update the needed
POTFILES.in.
In this case also there were some files that did have translations.
Diffstat (limited to 'scripts/po')
-rw-r--r-- | scripts/po/POTFILES.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/po/POTFILES.in b/scripts/po/POTFILES.in index 04b054950..460a49405 100644 --- a/scripts/po/POTFILES.in +++ b/scripts/po/POTFILES.in @@ -17,9 +17,11 @@ scripts/dpkg-scansources.pl scripts/dpkg-shlibdeps.pl scripts/dpkg-source.pl scripts/dpkg-vendor.pl +scripts/Dpkg.pm scripts/Dpkg/Arch.pm scripts/Dpkg/BuildFlags.pm scripts/Dpkg/BuildOptions.pm +scripts/Dpkg/BuildProfiles.pm scripts/Dpkg/Build/Env.pm scripts/Dpkg/Build/Info.pm scripts/Dpkg/Build/Types.pm @@ -40,6 +42,8 @@ scripts/Dpkg/Control/FieldsCore.pm scripts/Dpkg/Control/Hash.pm scripts/Dpkg/Control/HashCore.pm scripts/Dpkg/Control/Info.pm +scripts/Dpkg/Control/Tests.pm +scripts/Dpkg/Control/Tests/Entry.pm scripts/Dpkg/Control/Types.pm scripts/Dpkg/Deps.pm scripts/Dpkg/Dist/Files.pm @@ -47,6 +51,7 @@ scripts/Dpkg/ErrorHandling.pm scripts/Dpkg/Exit.pm scripts/Dpkg/File.pm scripts/Dpkg/Getopt.pm +scripts/Dpkg/Gettext.pm scripts/Dpkg/IPC.pm scripts/Dpkg/Index.pm scripts/Dpkg/Interface/Storable.pm |