Extra text in line
Closed this issue · 19 comments
Duplicates #38.
Ist bekannt, siehe Link von @ScratchBuild. Problem hierbei ist, dass es bei manchen Geräten passt, bei manchen nicht, weil die strings in den Geräten unterschiedlich sind und nicht jedes Gerät den Zusatz %1$s
verarbeiten kann.
Is known, see link from @ScratchBuild. The problem here is that it works for some devices, not for some because the strings in the devices are different and not every device can process the addition %1$s
.
Dann müssen die Geräte getrennt werden.
Ältere Modelle, z.B. mein Mix, das gleiche Problem.
Then the devices have to be disconnected.
Older models, e.g. my mix, the same problem.
@alexfishin
Put the system language in English and Chinese. How does that look like?
Screenshots please
TypeApp for Android herunterladen ? -> Telegram is better!
Warum?
Проблема только в немецком языке при наличии подключенного устройства.
Das Problem liegt nur bei einem angeschlossenen Gerät in deutscher Sprache vor.
Возможно слеш не поставили или другой символ вот и в строке показывает ерунду
у кого файлы немецкого языка?
У меня есть время могу проверить.
Только нужен тогда и пакет с английским языком для сравнения
В одном месте значение отличается от других, но не факт что это ошибка
German/main/MiuiBluetooth.apk/res/values-de/strings.xml
at MIUI there are
MIUI/platform/
v23 / packages / strings.xml / <string name="bluetooth_connected">Connected</string>
v24 / packages / strings.xml / <string name="bluetooth_connected">Connected</string>
v26 / packages / strings.xml / <string name="bluetooth_connected">Connected</string>
v28 / packages / strings.xml / <string name="bluetooth_connected">Connected %1$s</string>
probably device-dependent
And we only have one translation for everyone.
solution:
23 - marshmallow
24 - nougat
26 - oreo
28 - pie, Pie only: Connected %1$s
duplicated and closed