mirror of
https://github.com/searxng/searxng.git
synced 2025-07-14 16:59:21 +02:00
[mod] improve unit converter plugin
- l10n support: parse and format decimal numbers by babel - ability to add additional units - improved unit detection (symbols are not unique) - support for alias units (0,010C to F --> 32,018 °F) Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
63cf80aae5
commit
742303d030
2 changed files with 233 additions and 40 deletions
9
docs/src/searx.plugins.unit_converter.rst
Normal file
9
docs/src/searx.plugins.unit_converter.rst
Normal file
|
@ -0,0 +1,9 @@
|
|||
.. _unit converter plugin:
|
||||
|
||||
=====================
|
||||
Unit converter plugin
|
||||
=====================
|
||||
|
||||
.. automodule:: searx.plugins.unit_converter
|
||||
:members:
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue