mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
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:
parent
7133cede89
commit
07759d7550
26 changed files with 69 additions and 69 deletions
|
@ -818,12 +818,12 @@ msgstr "Instalar paquetes compilados en dispositivos"
|
|||
|
||||
#: ../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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue