so whenever an expression also has a plural form, the exists function fails. apparently it does check for the existence of the key in the cache. if I look at the cache, expressions with plural are kept like this "exampleexample+" => "translationtranslations", but even if I use this key it fails for some reason.
the problem with this is there is no way for actual error checking, other than comparing input and output, and doing that could yield a false alarm when the msgid is actually the msgstring.
so whenever an expression also has a plural form, the exists function fails. apparently it does check for the existence of the key in the cache. if I look at the cache, expressions with plural are kept like this "exampleexample+" => "translationtranslations", but even if I use this key it fails for some reason.
the problem with this is there is no way for actual error checking, other than comparing input and output, and doing that could yield a false alarm when the msgid is actually the msgstring.