diff --git a/README.md b/README.md index 97e096c..20c8419 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ If your language is french then the name for the po file must be cssList.fr.po, ### Edit content You can edit the .po file with a text editor or any po editor (https://poedit.net/, https://localise.biz/free/poeditor) -If you prefer edit the file with a plain text editor yo must fill the empty msgstr with the translation of the msgid line +If you prefer edit the file with a plain text editor yo must fill the empty __msgstr__ with the translation of the __msgid__ line #: nppforms.rsdirectorynot msgid "Directory not found:" - **msgstr ""** + msgstr "" The text for spanish is as follows: #: nppforms.rsdirectorynot msgid "Directory not found:" - **msgstr "No se ha encontrado el directorio:"** + msgstr "No se ha encontrado el directorio:"