From 19ef6069a52ae472ccfd17d9da748c0efd61466f Mon Sep 17 00:00:00 2001 From: hywax Date: Tue, 5 Mar 2024 15:47:45 +0500 Subject: [PATCH] fix: locales file import --- locales/{pl-PL => pl-PL.json} | 0 nuxt.config.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename locales/{pl-PL => pl-PL.json} (100%) diff --git a/locales/pl-PL b/locales/pl-PL.json similarity index 100% rename from locales/pl-PL rename to locales/pl-PL.json diff --git a/nuxt.config.ts b/nuxt.config.ts index 81f0661..6002d99 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -106,7 +106,7 @@ export default defineNuxtConfig({ code: 'pl', iso: 'pl-PL', name: 'Polski', - file: 'pl-pl.json', + file: 'pl-PL.json', }, ], strategy: 'no_prefix',