comparison i18n/da.po @ 44969:d545b895234a stable

py3: use `%d` for int in % formatting On Python 3, `%s` is an alias to `%b`, which requires that the object implements `__bytes__()`, which is not the case for `int`.
author Manuel Jacob <me@manueljacob.de>
date Tue, 16 Jun 2020 14:03:00 +0200
parents f715faeaceee
children d4ba4d51f85f
comparison
equal deleted inserted replaced
44968:75b59d221aa3 44969:d545b895234a