mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 20:24:18 -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;
|
|
};
|