mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-11 12:00:45 +01:00
![Mikaela Suomalainen](/assets/img/avatar_default.png)
Fixes #783 (I hope). There is translatable string `$value` that I had translated and I believe it's what causes that issue. ```diff #: config.py:80 msgid "$value" -msgstr "$arvo" +msgstr "$value" ```