Skip to content

Commit

Permalink
More localization parse example coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jss2a98aj committed Jan 28, 2024
1 parent 6f9603e commit f832dee
Show file tree
Hide file tree
Showing 11 changed files with 211 additions and 0 deletions.
11 changes: 11 additions & 0 deletions parse target examples/localization/biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"addPatchMakersComment" : false,
"valuesContainNewlines" : false,
"values" : [
{
"path" : "/friendlyName",
"intermediaryLabel" : "Biome name",
"patchTestOperation" : true
}
]
}
46 changes: 46 additions & 0 deletions parse target examples/localization/bush.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"addPatchMakersComment" : false,
"valuesContainNewlines" : false,
"values" : [
{
"path" : "/shortdescription",
"intermediaryLabel" : "Item name",
"patchTestOperation" : true
},
{
"path" : "/description",
"intermediaryLabel" : "Tooltip and generic scan description",
"patchTestOperation" : true
},
{
"path" : "/apexDescription",
"intermediaryLabel" : "Apex scan description",
"patchTestOperation" : true
},
{
"path" : "/avianDescription",
"intermediaryLabel" : "Avian scan description",
"patchTestOperation" : true
},
{
"path" : "/floranDescription",
"intermediaryLabel" : "Floran scan description",
"patchTestOperation" : true
},
{
"path" : "/humanDescription",
"intermediaryLabel" : "Human scan description",
"patchTestOperation" : true
},
{
"path" : "/hylotlDescription",
"intermediaryLabel" : "Hylotl scan description",
"patchTestOperation" : true
},
{
"path" : "/novakidDescription",
"intermediaryLabel" : "Novakid scan description",
"patchTestOperation" : true
}
]
}
11 changes: 11 additions & 0 deletions parse target examples/localization/collection.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"addPatchMakersComment" : false,
"valuesContainNewlines" : false,
"values" : [
{
"path" : "/title",
"intermediaryLabel" : "Collection title",
"patchTestOperation" : true
}
]
}
46 changes: 46 additions & 0 deletions parse target examples/localization/grass.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"addPatchMakersComment" : false,
"valuesContainNewlines" : false,
"values" : [
{
"path" : "/shortdescription",
"intermediaryLabel" : "Item name",
"patchTestOperation" : true
},
{
"path" : "/description",
"intermediaryLabel" : "Tooltip and generic scan description",
"patchTestOperation" : true
},
{
"path" : "/apexDescription",
"intermediaryLabel" : "Apex scan description",
"patchTestOperation" : true
},
{
"path" : "/avianDescription",
"intermediaryLabel" : "Avian scan description",
"patchTestOperation" : true
},
{
"path" : "/floranDescription",
"intermediaryLabel" : "Floran scan description",
"patchTestOperation" : true
},
{
"path" : "/humanDescription",
"intermediaryLabel" : "Human scan description",
"patchTestOperation" : true
},
{
"path" : "/hylotlDescription",
"intermediaryLabel" : "Hylotl scan description",
"patchTestOperation" : true
},
{
"path" : "/novakidDescription",
"intermediaryLabel" : "Novakid scan description",
"patchTestOperation" : true
}
]
}
11 changes: 11 additions & 0 deletions parse target examples/localization/liquid.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"addPatchMakersComment" : false,
"valuesContainNewlines" : false,
"values" : [
{
"path" : "/description",
"intermediaryLabel" : "Liquid description",
"patchTestOperation" : true
}
]
}
16 changes: 16 additions & 0 deletions parse target examples/localization/material.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"addPatchMakersComment" : false,
"valuesContainNewlines" : false,
"values" : [
{
"path" : "/shortdescription",
"intermediaryLabel" : "Material name",
"patchTestOperation" : true
},
{
"path" : "/description",
"intermediaryLabel" : "Material description",
"patchTestOperation" : true
}
]
}
11 changes: 11 additions & 0 deletions parse target examples/localization/matmod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"addPatchMakersComment" : false,
"valuesContainNewlines" : false,
"values" : [
{
"path" : "/description",
"intermediaryLabel" : "Material modifier description",
"patchTestOperation" : true
}
]
}
16 changes: 16 additions & 0 deletions parse target examples/localization/monstertype.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"addPatchMakersComment" : false,
"valuesContainNewlines" : false,
"values" : [
{
"path" : "/shortdescription",
"intermediaryLabel" : "Monster name",
"patchTestOperation" : true
},
{
"path" : "/description",
"intermediaryLabel" : "Monster description",
"patchTestOperation" : true
}
]
}
16 changes: 16 additions & 0 deletions parse target examples/localization/species.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"addPatchMakersComment" : false,
"valuesContainNewlines" : false,
"values" : [
{
"path" : "/charCreationTooltip/title",
"intermediaryLabel" : "Species name",
"patchTestOperation" : true
},
{
"path" : "/charCreationTooltip/description",
"intermediaryLabel" : "Species description",
"patchTestOperation" : true
}
]
}
11 changes: 11 additions & 0 deletions parse target examples/localization/statuseffect.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"addPatchMakersComment" : false,
"valuesContainNewlines" : false,
"values" : [
{
"path" : "/label",
"intermediaryLabel" : "Status effect name",
"patchTestOperation" : true
}
]
}
16 changes: 16 additions & 0 deletions parse target examples/localization/tech.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"addPatchMakersComment" : false,
"valuesContainNewlines" : false,
"values" : [
{
"path" : "/shortDescription",
"intermediaryLabel" : "Tech name",
"patchTestOperation" : true
},
{
"path" : "/description",
"intermediaryLabel" : "Tech description",
"patchTestOperation" : true
}
]
}

0 comments on commit f832dee

Please sign in to comment.