Unit symbols may now contain spaces

This commit is contained in:
MM20
2025-10-05 23:05:16 +02:00
parent ffbaa51876
commit 2f5dee7499
2 changed files with 1 additions and 8 deletions

View File

@@ -22,11 +22,7 @@ There are two main components in the `Launcher` category, `i18n` and `units`:
s, kg and so on), but other, non-SI units may need their symbols to be translated (for example,
nautical miles or horse powers).
> [!CAUTION]
> For technical reasons, these symbols may not contain spaces. Please open an issue if that is an
otherwise unsolvable problem.
`unit_[name]` is the full name of the unit that is used in the unit converter results. It's a
- `unit_[name]` is the full name of the unit that is used in the unit converter results. It's a
plural resource, for different quantities of that unit.
There are also some other components that are related to plugin apps, but they are less important,