GuiCommand/de looks odd ... sometimes

Discussions about the wiki documentation of FreeCAD and its translation.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
Le_Loup
Posts: 20
Joined: Sun Apr 08, 2018 10:00 am

GuiCommand/de looks odd ... sometimes

Post by Le_Loup »

Pasting the following in the https://www.freecadweb.org/wiki/Sandbox:Code will show different boxes, one correct, the other with additional "===" characters in the top box. So far I can't find anything unusual. Perhaps somebody else can shed some light on this...

Code: Select all

{{GuiCommand/de
|Name=Mesh ExportMesh‏‎|Name/de=Netz exportieren‏‎
|MenuLocation=Netze → Netz exportieren
|Workbenches=[[Mesh Workbench/de|Netze]]
}}

{{GuiCommand/de
|Name=Mesh RemoveComponents|Name/de=Netze Komponenten entfernen
‏‎|MenuLocation=Netze → Komponenten entfernen
|Workbenches=[[Mesh Workbench/de|Netze]]
}}
renatorivo
Veteran
Posts: 2611
Joined: Tue Feb 21, 2012 8:07 pm
Location: Torino - Italy

Re: GuiCommand/de looks odd ... sometimes

Post by renatorivo »

This should work.

Code: Select all

{{GuiCommand/de
|Name=Mesh RemoveComponents‏‎
|Name/de=Netze Komponenten entfernen
|MenuLocation=Netze → Komponenten entfernen
|Workbenches=[[Mesh Workbench/de|Netze]]}}
rimuovi componente.png
rimuovi componente.png (19.7 KiB) Viewed 445 times
Post Reply