fix(i18n): add missing dialogs.share_folder translation key
The share dialog for folders was failing because dialogs.share_folder
key was missing from all locale files. The contextMenus.js code
references this key when opening the share dialog for folders:
window.i18n.t('dialogs.share_folder')
Added the missing key to all 14 locale files with appropriate
translations for each language.
Fixes #189
This commit is contained in:
@@ -229,6 +229,7 @@
|
||||
"confirm_delete_share": "Delete share link",
|
||||
"confirm_delete_share_msg": "Are you sure you want to delete this shared link?",
|
||||
"share_file": "Share File",
|
||||
"share_folder": "Share Folder",
|
||||
"existing_shares": "Existing Shares",
|
||||
"share_options": "Share Options",
|
||||
"password": "Password",
|
||||
|
||||
Reference in New Issue
Block a user