Skip to content

Commit

Permalink
feat(package): locale wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeWasTakenn committed Sep 14, 2022
1 parent 1373ff2 commit 8cbef25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package/server/resource/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from './acl';
export * from './locale';
1 change: 1 addition & 0 deletions package/server/resource/locale/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const getServerLocale = (): string => exports.ox_lib.getServerLocale();

0 comments on commit 8cbef25

Please sign in to comment.