mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-09 08:50:28 +03:00
fix string formats that are ambiguous for translators
This commit is contained in:
parent
255932453c
commit
6c7b987239
10 changed files with 106 additions and 85 deletions
|
|
@ -114,7 +114,7 @@ def main():
|
|||
if appid in vercodes and vercodes[appid]:
|
||||
if vercode not in vercodes[appid]:
|
||||
continue
|
||||
logging.info("Processing " + apkfile)
|
||||
logging.info(_("Processing {apkfilename}").format(apkfilename=apkfile))
|
||||
|
||||
# There ought to be valid metadata for this app, otherwise why are we
|
||||
# trying to publish it?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue