mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
locale
change language to locale
This commit is contained in:
parent
18fe54e095
commit
bfb3923023
@ -156,7 +156,7 @@ export default {
|
||||
const { name, password, about } = this.formData
|
||||
const { email, nonce } = this
|
||||
const termsAndConditionsAgreedVersion = VERSION
|
||||
const language = this.$i18n.locale()
|
||||
const locale = this.$i18n.locale()
|
||||
try {
|
||||
await this.$apollo.mutate({
|
||||
mutation: SignupVerificationMutation,
|
||||
@ -167,7 +167,7 @@ export default {
|
||||
email,
|
||||
nonce,
|
||||
termsAndConditionsAgreedVersion,
|
||||
language,
|
||||
locale,
|
||||
},
|
||||
})
|
||||
this.response = 'success'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user