1.0 KiB
:i18n
This module contains all data required for internationalization and localization. This includes strings, icons (if they require localization), and config and default values. All resources that might need localization must go to this module.
Contribute
Go to the Weblate project instance and start translating.
There are two components: i18n and units:
-
i18nis the main component that contains most of the strings that are used within the app. -
unitsis an extra component that contains all the strings that are used by the unit converter. Each unit has aunit_[name]and aunit_[name]_symbolresource.unit_[name]_symbolis the symbol that is used in the search query. For SI units, this should be the SI symbol (m, s, kg and so on), but other, non-SI units may need to be translated (e.g. nautical miles or horse powers. For technical reasons, these symbols may not contain spaces.