2022-08-02 17:50:33 +02:00
..
2022-08-02 17:50:33 +02:00
2021-09-18 23:37:52 +02:00
2022-05-09 20:04:21 +02:00
2021-09-18 23:37:52 +02:00
2021-09-18 23:37:52 +02:00
2022-03-05 13:00:15 +01:00

: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

Translation status

Go to the Weblate project instance and start translating.

There are two components: i18n and units:

  • i18n is the main component that contains most of the strings that are used within the app.

  • units is an extra component that contains all the strings that are used by the unit converter. Each unit has a unit_[name] and a unit_[name]_symbol resource. unit_[name]_symbol is the symbol that is used in the search query. For SI units, this should usually be the SI symbol (m, s, kg and so on), but other, non-SI units may need their symbols to be translated (e.g. nautical miles or horse powers)g. For technical reasons, these symbols may not contain spaces. unit_[name] is the full name of the unit that is used in the unit converter results.

New translations need to be reviewed by a reviewer before they get merged into the main repo. If you are interested in becoming a reviewer, open a new issue with your request.