1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

Extracted hardcoded english text to language files

Closes #3822
This commit is contained in:
Dan Brown
2022-11-10 13:30:48 +00:00
parent d520d6cab8
commit 4c75358abd
5 changed files with 7 additions and 4 deletions

View File

@@ -144,9 +144,11 @@ return [
'url' => 'URL',
'text_to_display' => 'Text to display',
'title' => 'Title',
'open_link' => 'Open link in...',
'open_link' => 'Open link',
'open_link_in' => 'Open link in...',
'open_link_current' => 'Current window',
'open_link_new' => 'New window',
'remove_link' => 'Remove link',
'insert_collapsible' => 'Insert collapsible block',
'collapsible_unwrap' => 'Unwrap',
'edit_label' => 'Edit label',