Some translations do not work in my template class
You are trying to translate a string with a context but in your po file your string doesn’t declare a context To declare a context in your po file you need to use msgctxt msgctxt “permalink title” msgid “%1$s by %2$s” msgstr “%1$s von %2$s” You can find more documentation on how to format your … Read more