AdguardTeam / AdguardTeam/translate
Add checking of `TEXT MAX LENGTH` if it is set in the string's `description`
Offen
- Vorherrschende Sprache
- TypeScript
- Sterne
- 9
- Forks
- 3
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
some strings has defined lenght limitations described in the `description` property
e.g.
base string:
```
"popup_modal_advanced_blocking_disabled_description": {
"message": "Advanced blocking rules and other extended features are not available. Read more<\/a>",
"description": "TEXT MAX LENGTH: 85"
},
```
translation:
https://uploads.adguard.org/slbdzdrvnt1kt.png
it could be checked during the translations validation
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.