diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index ea806fb..6e98b6d 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -13,7 +13,7 @@ version: '3.8' services: mafl: - container_name: mafl #change as needed + container_name: mafl # change as needed image: hywax/mafl restart: unless-stopped ports: diff --git a/nuxt.config.ts b/nuxt.config.ts index aa1167d..81f0661 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -101,13 +101,13 @@ export default defineNuxtConfig({ iso: 'ar-SA', name: 'اللغة السعودية', file: 'ar-SA.json', - } + }, { code: 'pl', iso: 'pl-PL', name: 'Polski', file: 'pl-pl.json', - }, + }, ], strategy: 'no_prefix', langDir: 'locales',