Skip to content

Commit 384de25

Browse files
committed
docs: add locale configuration option to README
1 parent 902d2db commit 384de25

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ Appwrite API endpoint (Console -> Project -> Setting -> API Endpoint)
5050

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

53+
### Locale - `locale` - optional
54+
55+
- type: `String`
56+
- default: `en`
57+
58+
Appwrite locale
59+
5360
### Full Example
5461

5562
```js
@@ -60,6 +67,7 @@ export default {
6067
appwrite: {
6168
endpoint: 'https://cloud.appwrite.io/v1',
6269
project: 'nuxt-playground',
70+
locale: 'en'
6371
}
6472
}
6573
```
@@ -108,4 +116,4 @@ Copyright (c) Herdi Tr. <[email protected]>
108116
[codecov-href]: https://codecov.io/gh/Hrdtr/nuxt-appwrite
109117

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

0 commit comments

Comments
 (0)