File:SystemLanguageArrows.svg

Summary

Description
Català: Exemple de l'ús de l'element SVG <switch> per traduir SVG basat en l'atribut systemLanguage.
English: This is a test file illustrating the usage of the SVG <switch> element to translate SVGs based on the systemLanguage attribute.
Français : Ceci est un fichier de test qui montre l'utilisation de l'élément SVG <switch> pour traduire les SVGs baseés sur l'attribut systemLanguage.
Date
Source Own work, systemLanguage.svg
Author Jmarchn
Other versions
SVG development
InfoField
 
The SVG code is valid.
Category:Valid SVG created with Text Editor code
 
This typeset was created with a text editor.
Category:SVG simplified diagrams#%209.83
 
Please do not replace the simplified code of this file with a version created with a vector graphics editor, and do not translate with the buggy SVG translator
Category:SVG simplification by text switch
 
Category:Translation possible - SVG (switch)This diagram is translated using SVG switch elements: all translations are stored in the same file.
Source code
InfoField

SVG code

<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="780"
height="210" viewBox="-20 -56 260 70" font-family="Liberation mono">
<text font-size="20" x="6" y="-32">systemLanguage:</text>
<text font-size="10" x="20" y="-16">ca cs de en es fr it pl pt tl to zh</text>
<switch font-size="18" fill="red">
<text systemLanguage="ca">ca<tspan fill="#000"></tspan></text>
<text systemLanguage="cs">cs<tspan fill="#000" dx="16"></tspan></text>
<text systemLanguage="de">de<tspan fill="#000" dx="34"></tspan></text>
<text systemLanguage="en">en<tspan fill="#000" dx="53"></tspan></text>
<text systemLanguage="es">es<tspan fill="#000" dx="73"></tspan></text>
<text systemLanguage="fr">fr<tspan fill="#000" dx="93"></tspan></text>
<text systemLanguage="it">it<tspan fill="#000" dx="112"></tspan></text>
<text systemLanguage="pl">pl<tspan fill="#000" dx="129"></tspan></text>
<text systemLanguage="pt">pt<tspan fill="#000" dx="148"></tspan></text>
<text systemLanguage="tl">tl<tspan fill="#000" dx="168"></tspan></text>
<text systemLanguage="to">to<tspan fill="#000" dx="188"></tspan></text>
<text systemLanguage="zh">zh<tspan fill="#000" dx="207"></tspan></text>
<text>other</text>
</switch>
</svg>

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Category:CC-BY-SA-3.0#SystemLanguageArrows.svg
Category:Self-published work Category:Examples representing SVG Category:Multilingual SVG examples and tests Category:MediaWiki localisation Category:Technical examples
Category:CC-BY-SA-3.0 Category:Examples representing SVG Category:MediaWiki localisation Category:Multilingual SVG examples and tests Category:SVG simplification by text switch Category:SVG simplified diagrams Category:Self-published work Category:Technical examples Category:Translation possible - SVG (switch) Category:Valid SVG created with Text Editor code