feat(package): locale wrapper

This commit is contained in:
Luke
2022-09-15 00:10:04 +02:00
parent 1373ff21d4
commit 8cbef2580c
2 changed files with 2 additions and 0 deletions

View File

@@ -1 +1,2 @@
export * from './acl';
export * from './locale';

View File

@@ -0,0 +1 @@
export const getServerLocale = (): string => exports.ox_lib.getServerLocale();