From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: location@lists.ipfire.org Subject: Re: [PATCH v2] po: Update translations Date: Wed, 14 Apr 2021 16:20:22 +0100 Message-ID: <6607D0DB-1954-458B-AF57-4E276A092D99@ipfire.org> In-Reply-To: <20210414120234.2761-1-valter.jansons@gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2627988125636883636==" List-Id: --===============2627988125636883636== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello Valters, We have a command that automatically generates this file which would not resp= ect this change: make update-po Do you have a way to modify the find/grep construction so that it won=E2=80= =99t include any files when a =E2=80=9C.in=E2=80=9D file is available. Maybe = .gitignore is useful here, too? -Michael > On 14 Apr 2021, at 13:02, Valters Jansons wrot= e: >=20 > The POTFILES.in is regenerated based on a fresh checkout of the > repository. As the src/python/__init__.py file is not present in > the tree, it's being removed from POTFILES.in. >=20 > Signed-off-by: Valters Jansons > --- > po/POTFILES.in | 3 +-- > po/de.po | 5 ++--- > 2 files changed, 3 insertions(+), 5 deletions(-) >=20 > diff --git a/po/POTFILES.in b/po/POTFILES.in > index 9088986..5d2cc46 100644 > --- a/po/POTFILES.in > +++ b/po/POTFILES.in > @@ -1,11 +1,10 @@ > src/libloc.pc.in > +src/python/__init__.py.in > src/python/database.py > src/python/downloader.py > src/python/export.py > src/python/i18n.py > src/python/importer.py > -src/python/__init__.py > -src/python/__init__.py.in > src/python/location-importer.in > src/python/location.in > src/python/logger.py > diff --git a/po/de.po b/po/de.po > index c35f348..7083958 100644 > --- a/po/de.po > +++ b/po/de.po > @@ -7,7 +7,7 @@ msgid "" > msgstr "" > "Project-Id-Version: libloc 0\n" > "Report-Msgid-Bugs-To: \n" > -"POT-Creation-Date: 2020-08-04 15:44+0000\n" > +"POT-Creation-Date: 2021-04-14 12:00+0000\n" > "PO-Revision-Date: 2018-02-01 14:05+0000\n" > "Last-Translator: Michael Tremer \n" > "Language-Team: German\n" > @@ -217,8 +217,7 @@ msgstr "" > msgid "AS%(asn)s belongs to %(name)s" > msgstr "" >=20 > -#, python-format > -msgid "The datase has recently be updated recently (%s)" > +msgid "The database has been updated recently" > msgstr "" >=20 > msgid "You must at least pass one flag" > --=20 > 2.31.1 >=20 --===============2627988125636883636==--