We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e068c8 commit bc0d9f4Copy full SHA for bc0d9f4
1 file changed
index.ts
@@ -417,8 +417,9 @@ export default class I18nPlugin extends AdminForthPlugin {
417
id: 'translate_all',
418
label: 'Translate selected',
419
icon: 'flowbite:language-outline',
420
+ badge: 'AI',
421
// if optional `confirm` is provided, user will be asked to confirm action
- confirm: 'Are you sure you want to translate selected items?',
422
+ confirm: 'Are you sure you want to translate selected items? Only fully empty strings will be translated',
423
allowed: async ({ resource, adminUser, selectedIds, allowedActions }) => {
424
process.env.HEAVY_DEBUG && console.log('allowedActions', JSON.stringify(allowedActions));
425
return allowedActions.edit;
0 commit comments