We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38309a8 commit 4ea2b5aCopy full SHA for 4ea2b5a
docs/guide/getting-started.md
@@ -13,7 +13,7 @@ version: '3.8'
13
14
services:
15
mafl:
16
- container_name: mafl #change as needed
+ container_name: mafl # change as needed
17
image: hywax/mafl
18
restart: unless-stopped
19
ports:
nuxt.config.ts
@@ -101,13 +101,13 @@ export default defineNuxtConfig({
101
iso: 'ar-SA',
102
name: 'اللغة السعودية',
103
file: 'ar-SA.json',
104
- }
+ },
105
{
106
code: 'pl',
107
iso: 'pl-PL',
108
name: 'Polski',
109
file: 'pl-pl.json',
110
- },
111
],
112
strategy: 'no_prefix',
113
langDir: 'locales',
0 commit comments