Skip to content

Commit

Permalink
Update internationalization for API descriptions
Browse files Browse the repository at this point in the history
apihelp-...-description is now apihelp-...-summary.
Close #73.
  • Loading branch information
elifoster committed Nov 21, 2019
1 parent 187aacf commit 488679f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,22 +72,22 @@
"right-editoredict": "Edit entries for the OreDict extension",
"action-importoredict": "mass-import OreDict entries",
"right-importoredict": "Mass-import entries for the OreDict extension",
"apihelp-neworedict-description": "Creates a new OreDict entry.",
"apihelp-neworedict-summary": "Creates a new OreDict entry.",
"apihelp-neworedict-param-mod": "The mod abbreviation for the new entry.",
"apihelp-neworedict-param-tag": "The tag name for the new entry.",
"apihelp-neworedict-param-item": "The item name for the new entry.",
"apihelp-neworedict-param-params": "The grid parameters for the new entry.",
"apihelp-deleteoredict-description": "Deletes an OreDict entry from the table by its ID.",
"apihelp-deleteoredict-summary": "Deletes an OreDict entry from the table by its ID.",
"apihelp-deleteoredict-param-ids": "A list of entry IDs to delete.",
"apihelp-editoredict-description": "Updates the mod, tag, name, and/or params for a given entry.",
"apihelp-editoredict-summary": "Updates the mod, tag, name, and/or params for a given entry.",
"apihelp-editoredict-param-mod": "The new mod abbreviation for the entry.",
"apihelp-editoredict-param-tag": "The new tag name for the entry.",
"apihelp-editoredict-param-item": "The new item name for the entry.",
"apihelp-editoredict-param-params": "The new grid parameters for the entry.",
"apihelp-editoredict-param-id": "The entry ID, to determine which entry to update.",
"apihelp-query+oredictentry-description": "Get OreDict entry data.",
"apihelp-query+oredictentry-summary": "Get OreDict entry data.",
"apihelp-query+oredictentry-param-ids": "The IDs for the entries to obtain information for.",
"apihelp-query+oredictsearch-description": "Searches for OreDict entries that meet specific criteria defined by the optional parameters.",
"apihelp-query+oredictsearch-summary": "Searches for OreDict entries that meet specific criteria defined by the optional parameters.",
"apihelp-query+oredictsearch-param-limit": "The maximum number of entries to list.",
"apihelp-query+oredictsearch-param-prefix": "Restricts results to those that have a tag alphabetically after the prefix.",
"apihelp-query+oredictsearch-param-mod": "Restricts results to this mod.",
Expand Down

0 comments on commit 488679f

Please sign in to comment.