Skip to content

Commit

Permalink
fix: syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Mar 5, 2024
1 parent 38309a8 commit 4ea2b5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 4ea2b5a

Please sign in to comment.