Skip to content

Commit

Permalink
Add translation for 'insert' in the sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
piemonkey committed Jan 5, 2024
1 parent 7e2b31f commit ccb58a9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/weak-pumpkins-remain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"frontend-gelinkt-notuleren": patch
---

Correctly translate 'insert' in the sidebar
4 changes: 2 additions & 2 deletions app/components/rdfa-editor-container.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
{{#if this.controller}}
<Sidebar as |Sidebar|>
{{#if (has-block 'sidebarCollapsible')}}
<Sidebar.Collapsible @title='Insert'>
<Sidebar.Collapsible @title={{t "utils.insert"}}>
{{yield to='sidebarCollapsible'}}
</Sidebar.Collapsible>
{{/if}}
Expand All @@ -107,4 +107,4 @@
</EditorContainer>
{{/if}}
</AuBodyContainer>
{{/if}}
{{/if}}
1 change: 1 addition & 0 deletions translations/en-us.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,7 @@ uittreksel-error:

utils:
save: Save
insert: Insert
file-options: File options
html-export: Export as HTML
delete: Delete
Expand Down
1 change: 1 addition & 0 deletions translations/nl-BE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,7 @@ uittreksel-error:

utils:
save: Bewaar
insert: Invoegen
file-options: Bestand acties
html-export: Exporteer als HTML
delete: Naar prullenmand
Expand Down

0 comments on commit ccb58a9

Please sign in to comment.