File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,13 @@ Appwrite API endpoint (Console -> Project -> Setting -> API Endpoint)
5050
5151Appwrite 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```
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
You can’t perform that action at this time.
0 commit comments