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