You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
623 B
623 B
Translation is fairly straight-forward. Copy english.xml
to locale.xml. Change any messages from English to the target language. As an example:
<message name="UnableToOpenBlob">
unable to open image
</message>
becomes
<message name="UnableToOpenBlob">
impossible d'ouvrir l'image
</message>
in French. You then need to copy the locale.xml to the same location as english.xml
, e.g. /usr/local/ImageMagick-7/_locale_.xml
.
The final step is to contribute locale.xml to ImageMagick so we can include it in a future release of ImageMagick so the community can benefit from the translation.