Skip to content

Commit

Permalink
Material: card template, update localized property comments
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach authored and wwmayer committed Mar 2, 2019
1 parent dfc4ac5 commit 4e788b4
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/Mod/Material/StandardMaterial/TEMPLATE.FCMat
Expand Up @@ -3,23 +3,27 @@
; information about the content of such cards you can find here:
; http://www.freecadweb.org/wiki/index.php?title=Material

; localized Name, Description and KindOfMaterial uses 2 letter codes
; defined in ISO-639-1, see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
; find unit informations in src/App/FreeCADInit.py

[FCMat]
; General name, need to be the same as the file name
Name =

; Example of localized name. 2 letter codes as per ISO-639-1 https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
; German localized name
NameDE =

; Example of localized name. 2 letter codes as per ISO-639-1 https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
; Polish localized name
NamePL =

; More elaborate description of this material card:
Description =

; Example of localized description. 2 letter codes as per ISO-639-1 https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
; German localized description
DescriptionDE =

; Example of localized description. 2 letter codes as per ISO-639-1 https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
; Polish localized description
DescriptionPL =

; Father of the material, i.e. for PLA is Thermoplast, for Steel is Metal
Expand All @@ -28,7 +32,7 @@ Father =
; Description to be updated
KindOfMaterial =

; Description to be updated
; Germand localized kind of material
KindOfMaterialDE =

; Description to be updated
Expand Down

0 comments on commit 4e788b4

Please sign in to comment.