mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-07 22:40:27 -04:00
6 lines
124 B
TypeScript
6 lines
124 B
TypeScript
import type { Config } from '~/locale/config.ts';
|
|
|
|
export default (): Config => {
|
|
return useNuxtApp().$localeConfig;
|
|
};
|