No support for cyrillic suffixes
Offen
enhancement
- Vorherrschende Sprache
- TypeScript
- Sterne
- 581
- Forks
- 48
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Hi, I was using numbr.dev, and saw a cool feature: "Use k suffix for thousands"
Here is the problem, I copy some math from my notes where I use cyrillic suffixes and it's not working, so I need to manually replace cyrillic suffixes into engilsh ones
Here is the example:
```
# Cyrillic suffixes
1к+20к+300
```
```
# English suffixes
1k+20k+300
```
Not sure if such suffixes are used in other languages, but it might be cool to add support for them too
What do you thing about this idea? Probably I might implement this and create pull request, if this will be in scope of the project
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.