Feature: Support file type messages on widget and dashboard (#659)
- Adds support for file upload Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com> Co-authored-by: Sojan <sojan@pepalo.com>
This commit is contained in:
committed by
GitHub
parent
0afa5c297f
commit
7fcd2d0e85
8
app/javascript/widget/i18n/en.js
Normal file
8
app/javascript/widget/i18n/en.js
Normal file
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
COMPONENTS: {
|
||||
FILE_BUBBLE: {
|
||||
DOWNLOAD: 'Download',
|
||||
UPLOADING: 'Uploading...',
|
||||
},
|
||||
},
|
||||
};
|
||||
5
app/javascript/widget/i18n/index.js
Normal file
5
app/javascript/widget/i18n/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import en from './en';
|
||||
|
||||
export default {
|
||||
en,
|
||||
};
|
||||
Reference in New Issue
Block a user