We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a72cb1 commit 829cbb0Copy full SHA for 829cbb0
admin/src/index.js
@@ -51,7 +51,7 @@ export default {
51
const importedTrads = await Promise.all(
52
locales.map(async (locale) => {
53
try {
54
- // eslint-disable-next-line import/no-dynamic-require
+ // eslint-disable-next-line import/no-dynamic-require, global-require
55
const data = require(`./translations/${locale}.json`);
56
return {
57
data: prefixPluginTranslations(data, pluginId),
0 commit comments