Skip to content

Commit

Permalink
docs: add locale configuration option to README
Browse files Browse the repository at this point in the history
  • Loading branch information
rtrap95 committed Jan 29, 2025
1 parent 902d2db commit 384de25
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ Appwrite API endpoint (Console -> Project -> Setting -> API Endpoint)

Appwrite project ID (Console -> Project -> Setting -> Project ID)

### Locale - `locale` - optional

- type: `String`
- default: `en`

Appwrite locale

### Full Example

```js
Expand All @@ -60,6 +67,7 @@ export default {
appwrite: {
endpoint: 'https://cloud.appwrite.io/v1',
project: 'nuxt-playground',
locale: 'en'
}
}
```
Expand Down Expand Up @@ -108,4 +116,4 @@ Copyright (c) Herdi Tr. <[email protected]>
[codecov-href]: https://codecov.io/gh/Hrdtr/nuxt-appwrite

[license-src]: https://img.shields.io/npm/l/nuxt-appwrite.svg
[license-href]: https://npmjs.com/package/nuxt-appwrite
[license-href]: https://npmjs.com/package/nuxt-appwrite

0 comments on commit 384de25

Please sign in to comment.