[librsvg: 18/23] Add --accept-language to rsvg-convert's man page




commit a41f89d886b278ca9a9a73574d31b003620848ea
Author: Federico Mena Quintero <federico gnome org>
Date:   Fri May 21 20:02:47 2021 -0500

    Add --accept-language to rsvg-convert's man page

 rsvg-convert.1 | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/rsvg-convert.1 b/rsvg-convert.1
index caef5776..09e58db1 100644
--- a/rsvg-convert.1
+++ b/rsvg-convert.1
@@ -55,6 +55,11 @@ Specify the background color.  If unspecified, none is used as the default.
 .I "\-s \-\-stylesheet filename"
 Filename of a CSS stylesheet.
 .TP
+.I "\-l \-\-accept-language [es-MX,fr,en]"
+Specify which languages will be used for SVG documents with multiple languages.  The string is
+formatted like an HTTP Accept-Language header, which is a comma-separated list of BCP47 language
+tags: https://www.rfc-editor.org/info/bcp47
+.TP
 .I "\-u \-\-unlimited"
 The SVG parser has some guards designed to mitigate large CPU or memory consumption in the face of
 malicious XML.  It may also refuse to resolve URIs used to embed image data.  If you are running


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]