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
|
@ -854,12 +854,12 @@ msgstr "Installer bygde pakker på enheter"
|
|||
|
||||
#: ../fdroidserver/install.py
|
||||
#, python-format
|
||||
msgid "Installing %s..."
|
||||
msgid "Installing %s…"
|
||||
msgstr "Installerer %s…"
|
||||
|
||||
#: ../fdroidserver/install.py
|
||||
#, python-brace-format
|
||||
msgid "Installing '{apkfilename}' on {dev}..."
|
||||
msgid "Installing '{apkfilename}' on {dev}…"
|
||||
msgstr "Installerer '{apkfilename}' på {dev}…"
|
||||
|
||||
#: ../fdroid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue