-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More localization parse example coverage
- Loading branch information
Showing
11 changed files
with
211 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
] | ||
} |