Skip to content

Commit 986fc83

Browse files
committed
Restore all 8 languages now that the release flow is proven (EN/ES/PT/DE/FR/IT/JA/KO)
1 parent 5f6c6d5 commit 986fc83

1 file changed

Lines changed: 7 additions & 10 deletions

File tree

src/metadata-constants.ts

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,16 @@ export type ARENA_LANGS =
4545
// | "zhCN";
4646

4747
// What languages to actually compile.
48-
// TEMP: English-only for the first GitHub-Releases proving run (one Scryfall
49-
// language = faster/cheaper CI, smaller surface to debug on this dormant
50-
// pipeline). Restore the full list once the release flow is verified.
5148
export const LANGUAGES: SCRYFALL_LANGS[] = [
5249
"EN",
53-
// "ES",
54-
// "PT",
55-
// "DE",
56-
// "FR",
57-
// "IT",
58-
// "JA",
50+
"ES",
51+
"PT",
52+
"DE",
53+
"FR",
54+
"IT",
55+
"JA",
5956
// "RU",
60-
// "KO",
57+
"KO",
6158
// "ZHS", // Chinese is not provided by mtga anymore
6259
];
6360

0 commit comments

Comments
 (0)