convert all translation strings to use unicode ellipses

This is already the case in fdroidclient and Debian in general. Weblate
also defaults to checking that the unicode ellipsis is used.

sed -i 's,\.\.\.",…",' locale/fdroidserver.pot locale/*/*/*.po
This commit is contained in:
Hans-Christoph Steiner 2019-01-29 13:57:05 +01:00
parent 7133cede89
commit 07759d7550
26 changed files with 69 additions and 69 deletions

View file

@ -798,12 +798,12 @@ msgstr "Összeállított csomagok telepítése az eszközökre"
#: ../fdroidserver/install.py
#, python-format
msgid "Installing %s..."
msgid "Installing %s"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Installing '{apkfilename}' on {dev}..."
msgid "Installing '{apkfilename}' on {dev}"
msgstr ""
#: ../fdroid