]> granicus.if.org Git - imagemagick/commitdiff
https://github.com/ImageMagick/ImageMagick/issues/1330
authorCristy <urban-warrior@imagemagick.org>
Sat, 29 Sep 2018 12:49:19 +0000 (08:49 -0400)
committerCristy <urban-warrior@imagemagick.org>
Sat, 29 Sep 2018 12:49:19 +0000 (08:49 -0400)
Makefile.in
config/Makefile.am
config/Translation.md [new file with mode: 0644]
configure

index 7236753f196c97f627ba009aaedbc125139460fe..9f3115d81096a2ef95b3f56df87b7d12a9a80633 100644 (file)
@@ -3079,6 +3079,7 @@ CONFIG_EXTRA_DIST = \
        config/quantization-table.xml \
        config/sRGB.icm \
        config/thresholds.xml \
+       config/Translation.md \
        config/type-apple.xml.in \
        config/type-dejavu.xml.in \
        config/type-ghostscript.xml.in \
index f5521128b3ca7daa986586ae23253b281d951041..0fc584f6823da732615adf4102e726bc3ce9f044 100644 (file)
@@ -67,6 +67,7 @@ CONFIG_EXTRA_DIST = \
        config/quantization-table.xml \
        config/sRGB.icm \
        config/thresholds.xml \
+       config/Translation.md \
        config/type-apple.xml.in \
        config/type-dejavu.xml.in \
        config/type-ghostscript.xml.in \
diff --git a/config/Translation.md b/config/Translation.md
new file mode 100644 (file)
index 0000000..eceda39
--- /dev/null
@@ -0,0 +1,16 @@
+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.
index 59d85be5c22077273c9c5e722c0d9fa32a8eb0fc..18bc7c48537ea8826e77a01abd1ceb320402fc90 100755 (executable)
--- a/configure
+++ b/configure
@@ -4555,7 +4555,7 @@ MAGICK_PATCHLEVEL_VERSION=13
 
 MAGICK_VERSION=7.0.8-13
 
-MAGICK_GIT_REVISION=14844:bb5720407:20180923
+MAGICK_GIT_REVISION=14852:d8b716c07:20180929
 
 
 # Substitute library versioning