Skip to content

Commit

Permalink
fix: update strings
Browse files Browse the repository at this point in the history
Copied file/strings from master, not the current working branch for 3.18
  • Loading branch information
acollierr17 authored Sep 7, 2023
1 parent 2c26e85 commit 45b289c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion suggestions/locales/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,13 @@
"CONFIG_GET_INNER_IMAGES_IN_SUGGESTIONS_MESSAGE": "This guild {} have images in suggestions.",
"CONFIG_SUGGESTIONS_IMAGES_ENABLE_INNER_MESSAGE": "All new suggestions can include images.",
"CONFIG_SUGGESTIONS_IMAGES_DISABLE_INNER_MESSAGE": "All new suggestions cannot include images.",
"VIEW_VOTERS_INNER_EMBED_TITLE": "Viewing voters"
"VIEW_VOTERS_INNER_EMBED_TITLE": "Viewing voters",
"USER_BLOCKLIST_ADD_NAME": "add",
"USER_BLOCKLIST_ADD_DESCRIPTION": "Remove a users ability to create suggestions.",
"USER_BLOCKLIST_REMOVE_NAME": "remove",
"USER_BLOCKLIST_REMOVE_DESCRIPTION": "Re-add a users ability to create suggestions.",
"SUGGESTION_ID_NAME": "suggestion_id",
"SUGGESTION_ID_DESCRIPTION": "The suggestions ID you wish to reference.",
"USER_ID_NAME": "user_id",
"USER_ID_DESCRIPTION": "The users discord id."
}

0 comments on commit 45b289c

Please sign in to comment.