feat: add i18n support for notifications plugin (#31558)
* feat: add i18n support for notifications plugin Signed-off-by: Yi Cai <yicai@redhat.com> * added changeset Signed-off-by: Yi Cai <yicai@redhat.com> * updates Signed-off-by: Yi Cai <yicai@redhat.com> * fix failed e2e checks Signed-off-by: Yi Cai <yicai@redhat.com> * resolved review comments Signed-off-by: Yi Cai <yicai@redhat.com> * fixed some untranslated string issue Signed-off-by: Yi Cai <yicai@redhat.com> * updated report-alpha.api.md Signed-off-by: Yi Cai <yicai@redhat.com> * updated report api Signed-off-by: Yi Cai <yicai@redhat.com> * updated report api Signed-off-by: Yi Cai <yicai@redhat.com> * simplified code Signed-off-by: Yi Cai <yicai@redhat.com> * updated import to use new dependency Signed-off-by: Yi Cai <yicai@redhat.com> * updated report-alpha.api.md Signed-off-by: Yi Cai <yicai@redhat.com> * code clean up Signed-off-by: Yi Cai <yicai@redhat.com> * addressed review comment Signed-off-by: Yi Cai <yicai@redhat.com> --------- Signed-off-by: Yi Cai <yicai@redhat.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
module.exports = require('@backstage/cli/config/eslint-factory')(__dirname, {
|
||||
rules: {
|
||||
'@backstage/no-top-level-material-ui-4-imports': 'error',
|
||||
},
|
||||
rules: {
|
||||
'@backstage/no-top-level-material-ui-4-imports': 'error',
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user