Add Catalan and Danish trf to website models (#8378)

This commit is contained in:
Adriane Boyd 2021-06-14 09:50:13 +02:00 committed by GitHub
parent b98d216205
commit 63d748f80e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 3 deletions

View File

@ -25,7 +25,13 @@
"code": "ca",
"name": "Catalan",
"example": "Això és una frase.",
"has_examples": true
"has_examples": true,
"models": [
"ca_core_news_sm",
"ca_core_news_md",
"ca_core_news_lg",
"ca_core_news_trf"
]
},
{
"code": "cs",
@ -40,7 +46,8 @@
"models": [
"da_core_news_sm",
"da_core_news_md",
"da_core_news_lg"
"da_core_news_lg",
"da_core_news_trf"
]
},
{
@ -545,4 +552,4 @@
"url": "https://github.com/UniversalDependencies/UD_French-Sequoia/blob/master/LICENSE.txt"
}
]
}
}