Notice that the "msgstr" lines are empty. This is where translations go, as we shall discuss next.
Notice that the "msgstr" lines are empty. This is where translations go, as we shall discuss next.
+
+
=== Step 4.5: Use msgmerge to merge an existent .po file ===
+
+
If you want to update an existent .po file already generated by someone else, you should use ''msgmerge'' instead of ''msginit''. This is useful to update the existent es.po file, for example, to add new strings to be translated and preserve those ones that are already translated.