Unit symbols may now contain spaces
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools" tools:locale="en">
|
||||
<!--
|
||||
Important note: Unit symbols may not contain spaces.
|
||||
-->
|
||||
<!-- DIMENSIONS -->
|
||||
<string name="dimension_length">Length</string>
|
||||
<string name="dimension_mass">Mass</string>
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user