We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b05331 commit fd1a181Copy full SHA for fd1a181
1 file changed
utils/generate_and_build.py
@@ -55,8 +55,7 @@ def generate_templates():
55
base_files = [path for path in base_dir.iterdir()]
56
output_dir.mkdir(parents=True, exist_ok=True)
57
english_base_case = [
58
- ('name: Ultimate Geography [EN]', 'name: Ultimate Geography'),
59
- ('name: Ultimate Geography [EN] [Extended]', 'name: Ultimate Geography [Extended]')
+ ('name: Ultimate Geography [EN]', 'name: Ultimate Geography')
60
]
61
62
for row in rows:
0 commit comments