Refactor code and remove commented out sections

This commit is contained in:
Judson Cairo
2024-02-07 15:16:37 -03:00
parent 32026d1fd4
commit 34c53d352a
6 changed files with 0 additions and 24 deletions

View File

@@ -4,8 +4,6 @@ import path from 'path';
import { ConfigService, Language } from '../config/env.config';
// export class i18n {
// constructor(private readonly configService: ConfigService) {
const languages = ['en', 'pt-BR'];
const translationsPath = path.join(__dirname, 'translations');
const configService: ConfigService = new ConfigService();
@@ -31,6 +29,4 @@ i18next.init({
escapeValue: false,
},
});
// }
// }
export default i18next;