Skip to content

Commit

Permalink
feat(tasks): updated missing string to be localized
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpetty committed Mar 19, 2024
1 parent 73221dd commit 38c9a10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/sanity/src/tasks/i18n/resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ const tasksLocaleStrings = defineLocalesResources('tasks', {
'panel.create.title': 'Create',
/** The help text used in the draft menu*/
'panel.drafts.helptext': 'continue working on your drafts',
/** The title of a draft task in the draft pulldown */
'panel.drafts.item.title': '{{title}}',
/** The title of a draft task in the draft pulldown that is currrently being edited */
'panel.drafts.item.title_editing': '(editing) {{title}}',
/** The default title of a draft task */
'panel.drafts.item.untitled': 'Untitled',
/** The title used in the drafts pulldown */
Expand Down

0 comments on commit 38c9a10

Please sign in to comment.