1
0
mirror of https://github.com/covidpass-org/covidpass.git synced 2025-02-17 12:10:45 +01:00

5 lines
79 B
JavaScript
Raw Normal View History

2021-07-02 20:55:26 +02:00
const {i18n} = require('./next-i18next.config');
module.exports = {
i18n,
};