1
0
mirror of synced 2025-12-23 03:44:00 -05:00

Remove wip concept for languages (#51022)

This commit is contained in:
Grace Park
2024-06-06 08:35:10 -07:00
committed by GitHub
parent b6a4d2da42
commit 08122cc971
7 changed files with 5 additions and 20 deletions

View File

@@ -28,7 +28,6 @@ type Language = {
code: string
hreflang: string
dir: string
wip: boolean
}
export type Languages = {