syncthing / syncthing-android

Wrapper of syncthing for Android.
https://syncthing.net/
Mozilla Public License 2.0
3.35k stars 375 forks source link

Translated strings are cut off #1609

Open Elaborendum opened 3 years ago

Elaborendum commented 3 years ago

What happened?

Certain strings, when translated, are cut off.

Example: image Original english version

image Translated spanish version

What should happen?

User has the ability to read these strings in full. Maybe they move to reveal themselves?

How to reproduce?

  1. Change system language to, for example, spanish
  2. See error

Version Information

App Version: 1.13.0
Syncthing Version: v1.13.1
Android Version: Android 10
tomasz1986 commented 3 years ago

I would guess that this is probably the same problem as https://github.com/Catfriend1/syncthing-android/issues/595. Basically, it has nothing to do with the language, but rather the length of the strings. The English ones are shorter, hence they are not cut off on your screen. However, they will likely be cut off also if you had a lower resolution or a narrower screen.

For the record, many Android applications have this problem. Some are straight unusable on low-resolution phones because of this. The "workaround" is to change your screen orientation to landscape, at least temporarily, and then you will probably be able to see the whole strings.