I am making an Arabic PO translation file of my odoo module in which there is a msgid:
msgid "10"
msgstr ""
Here I am not writing anything in msgstr, what will come out?
Will it show number "10" in string at runtime, or will it show blank as nothing is passed in msgstr?