Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jfgartol committed Nov 5, 2017
1 parent 9a2d19f commit 544d531
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -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:"

0 comments on commit 544d531

Please sign in to comment.