diff --git a/core/i18n/src/main/res/values/units.xml b/core/i18n/src/main/res/values/units.xml index e30d95d4d..94a80ac64 100644 --- a/core/i18n/src/main/res/values/units.xml +++ b/core/i18n/src/main/res/values/units.xml @@ -1,8 +1,5 @@ - Length Mass diff --git a/docs/docs/contributor-guide/i18n.md b/docs/docs/contributor-guide/i18n.md index 6fe280fbb..d5d98f28f 100644 --- a/docs/docs/contributor-guide/i18n.md +++ b/docs/docs/contributor-guide/i18n.md @@ -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,