Skip to content

Commit 90f0047

Browse files
committed
Update crowdin_github_matches_mods.rs
1 parent 754741b commit 90f0047

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

tests/crowdin_github_matches_mods.rs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,12 @@ use std::collections::HashSet;
33
use fml::{crowdin, github};
44
use fml::crowdin::get_crowdin_directory_name;
55

6-
const IGNORED_GITHUB: &[&str] = &[
7-
// no locale/en
8-
"Sea Block - Sea Block Meta Pack (modded-factorio)",
9-
// Mismatched locales - https://github.com/notnotmelon/extended-descriptions/issues/1
10-
"Extended Descriptions (notnotmelon)",
11-
];
6+
const IGNORED_GITHUB: &[&str] = &[];
127
const IGNORED_CROWDIN: &[&str] = &[
138
// Used for testing
149
"Factorio Mod Example (dima74)",
1510
// github repository deleted or hidden, but mod page still has link to crowdin, so keep for now
1611
"Factorio Ntech Chemistry (NathaU)",
17-
// uninstalled - https://github.com/raiguard/RecipeBook/issues/158
18-
"Recipe Book (raiguard)",
1912
];
2013

2114
#[tokio::test]

0 commit comments

Comments
 (0)