Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiFag committed Mar 23, 2020
1 parent 97e918a commit 2180f0c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@

* Unzip the downloaded file (manuale_geoportale_concerteaux-master.zip)

* Go to the folder *manuale_geoportale_concerteaux-master\locales\fr\LC_MESSAGES* and open the file **geoportale.po** with a text editor (e.g. Notepad++ for Windows)
* Go to the folder *manuale_geoportale_concerteaux-master/locales/fr/LC_MESSAGES* and open the file **geoportale.po** with a text editor (e.g. Notepad++ for Windows)

* Follow this syntax to translate:

<b>Single-line paragraph </b><br>
msgid "Il progetto Concert-Eaux"
msgstr "Le projet Concert-Eaux"
msgid "Il progetto Concert-Eaux"<br>
msgstr "Le projet Concert-Eaux"<br>

<b>Multiline paragraph </b><br>
msgid ""<br><br>
"Il /**Geoportale del Progetto INTERREG Concert-Eaux/** e questo manuale "<br>
"Il /** Geoportale del Progetto INTERREG Concert-Eaux/** e questo manuale "<br>
"sono stati sviluppati da Gter srl Innovazione in Geomatica GNSS e GIS."<br>
msgstr ""<br>
"Le **Géoportail du projet INTERREG Concert-Eaux** et ce manuel "<br>
"Le /** Géoportail du projet INTERREG Concert-Eaux/** et ce manuel "<br>
"ont été développés par Gter srl Innovazione in Geomatica GNSS e GIS."<br>

It is necessary to keep the syntax found in the original language text. For instance if the line of the original language ends with a space, the translated line must ends with a space too. All special character like /* that are in the original language text must be kept in the translated text.

* Save the file when the translation is finished

See the already translated file **intro.po** in the *manuale_geoportale_concerteaux-master\locales\fr\LC_MESSAGES* folder in order to have a more detailed example.
See the already translated file **intro.po** in the *manuale_geoportale_concerteaux-master/locales/fr/LC_MESSAGES* folder in order to have a more detailed example.

The animated image below shows the process to be followed:

0 comments on commit 2180f0c

Please sign in to comment.