Skip to content

Commit

Permalink
🐛 Missing translations (ajnart#1037)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-rw authored Jun 10, 2023
1 parent 703b6c3 commit 75ad912
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
25 changes: 23 additions & 2 deletions public/locales/en/modules/iframe.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,36 @@
},
"allowFullScreen": {
"label": "Allow full screen"
},
"allowTransparency": {
"label": "Allow transparency"
},
"allowScrolling": {
"label": "Allow scrolling"
},
"allowPayment": {
"label": "Allow payment"
},
"allowAutoPlay": {
"label": "Allow auto play"
},
"allowMicrophone": {
"label": "Allow microphone"
},
"allowCamera": {
"label": "Allow camera"
},
"allowGeolocation": {
"label": "Allow geolocation"
}
}
},
"card": {
"errors": {
"noUrl": {
"title": "",
"title": "Invalid URL",
"text": "Ensure that you've entered a valid address in the configuration of your widget"
}
}
}
}
}
2 changes: 1 addition & 1 deletion public/locales/en/modules/rss.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dangerousAllowSanitizedItemContent": {
"label": "Dangerous: Allow sanitized item content"
},
"settings.textLinesClamp": {
"textLinesClamp": {
"label": "Text lines clamp"
}
},
Expand Down

0 comments on commit 75ad912

Please sign in to comment.