mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-10 19:40:48 +01:00
e02a766f82
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" ```