Downgrade language to Alpha (#29443)

Automatic Merge
This commit is contained in:
Amy Blais 2024-12-02 16:47:36 +02:00 committed by GitHub
parent 7c6f1d4554
commit d8ede680c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -316,7 +316,7 @@ exports[`components/admin_console/SchemaAdminSettings should match snapshot with
},
Object {
"order": 3,
"text": "Español (Beta)",
"text": "Español (Alpha)",
"value": "es",
},
Object {
@ -445,7 +445,7 @@ exports[`components/admin_console/SchemaAdminSettings should match snapshot with
},
Object {
"order": 3,
"text": "Español (Beta)",
"text": "Español (Alpha)",
"value": "es",
},
Object {

View file

@ -31,7 +31,7 @@ export const languages = {
},
es: {
value: 'es',
name: 'Español (Beta)',
name: 'Español (Alpha)',
order: 3,
url: langFiles.es,
},