element-hq / element-hq/element-android

E-mail word can be displayed on several lines

Open
#5,365 0 comments 0 reactions 0 assignees View on GitHub
T-Task Z-Wording
Dominant language
Kotlin
Stars
3.7k
Forks
917
PR merge metrics
No merged PRs in 30d

Description

We should use unbreakable hyphen `\u2011` for all the words starting with `e-`or `E-`. There are many occurrences in many different languages.

For instance

```xml
Adresse e-mail
```

will become

```xml
Adresse e\u2011mail
```

Could be nice to add a rule in the check code quality to test that it does not appear again. `strings.xml` files are not parsed yet by this tool, so it has to be added, using a new dedicated file for the rules.

To be done during a Weblate sync, i.e. only when Weblate is locked.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.