- Open any po file with translation
- Add "" at the start of msgid
- Save po file and find the string ingame
Result: string won't be translated
Expected result: string is translated
Examples:
msgid ""
"Ready!"
msgstr "Готов!"
msgid """Ready!"
msgstr "Готов!"