Skip to content

Commit

Permalink
Fix cuisine tag values translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdechakour Mrabet authored and frodrigo committed Feb 19, 2024
1 parent 591211f commit 3353b9c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions datasources/schemas/tags/restaurant.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,32 +306,32 @@
},
"arab": {
"@default:full": {
"fr": "vuisine arabe"
"fr": "cuisine arabe"
}
},
"asian": {
"@default:full": {
"fr": "vuisine asiatique"
"fr": "cuisine asiatique"
}
},
"indian": {
"@default:full": {
"fr": "vuisine indienne"
"fr": "cuisine indienne"
}
},
"italian": {
"@default:full": {
"fr": "vuisine italienne"
"fr": "cuisine italienne"
}
},
"latin_american": {
"@default:full": {
"fr": "vuisine latino-américaine"
"fr": "cuisine latino-américaine"
}
},
"spanish": {
"@default:full": {
"fr": "vuisine espagnole"
"fr": "cuisine espagnole"
}
},
"crepe": {
Expand Down

0 comments on commit 3353b9c

Please sign in to comment.