Translate strings in a .po file
masterTranslation involves filling the msgstr field with the translated text for every msgid found in the .po file.
Manual Example:
msgid "Switch to &next file/tab"
msgstr "Перейти к следующей вкладке"Recommended Tool:
Poedit is a free, open-source cross-platform editor for gettext localization catalogs. It automatically recompiles the .mo file when you save the .po file.