mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
add server to monorepo.
This commit is contained in:
8
packages/server/src/loaders/i18n.ts
Normal file
8
packages/server/src/loaders/i18n.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { I18n } from 'i18n';
|
||||
|
||||
export default () => new I18n({
|
||||
locales: ['en', 'ar'],
|
||||
register: global,
|
||||
directory: global.__locales_dir,
|
||||
updateFiles: false,
|
||||
});
|
||||
Reference in New Issue
Block a user