Skip to content

Commit

Permalink
Update reference-localisation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams authored Dec 6, 2023
1 parent 7247aee commit 5a5292a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/latest/reference-localisation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ _Full function name:_ `ChatterboxLocalizationBuild(yarnPathArray, csvPath)`

_Returns:_ N/A (`undefined`)

|Name |Datatype |Purpose |
|---------------|----------------|------------------------------------------------------|
|`yarnPathArray`|array of strings|Array of paths to Yarn files to build localisation for|
|`csvPath` |string |Path to save the resulting localisation CSV to |
|Name |Datatype |Purpose |
|---------------|----------------|------------------------------------------------------------------------------------|
|`yarnPathArray`|array of strings|Array of paths to Yarn files to build localisation for |
|`csvPathArray` |array of strings|Array of paths to save the resulting localisation CSV to e.g. for multiple languages|

Adds `#line` metadata to any unmarked lines in the Yarn files specified, and exports a CSV containing all text in the Yarn files (including previously marked lines). If the CSV file already exists it will be modified in place, noting any changed lines.

Expand Down

0 comments on commit 5a5292a

Please sign in to comment.