Skip to content

Commit fadbb71

Browse files
committed
Adjust the i18next-parser.config.js
Signed-off-by: MTRNord <[email protected]>
1 parent b01fe9a commit fadbb71

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

example-widget-mui/i18next-parser.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@
1414
* limitations under the License.
1515
*/
1616

17-
module.exports = {
17+
const i18NextParserConfig = {
1818
locales: ['en', 'de'],
1919
output: 'public/locales/$LOCALE/$NAMESPACE.json',
2020
sort: true,
2121
resetDefaultValueLocale: 'en',
2222
};
23+
24+
export default i18NextParserConfig;

0 commit comments

Comments
 (0)