feat: i18n middleware

feat: i18n configuration.
feat: i18n with tenancy.
This commit is contained in:
Ahmed Bouhuolia
2020-09-05 17:31:39 +02:00
parent 79b7a02f85
commit d35b124178
14 changed files with 122 additions and 34 deletions

View File

@@ -1,5 +1,6 @@
import 'reflect-metadata';
import { Router, Request, Response } from 'express';
import i18n from 'i18n';
export default class Ping {
/**