pub const VANILLA_FIXES_NAME: &str = "vanilla_fixes_";Expand description
Filename prefix for community-maintained vanilla loc fix TSVs in the
Total War Translation Hub repo (e.g. vanilla_fixes_es.tsv).
Each one carries fixes for vanilla loc bugs in a specific language;
the suffix is the language code.
Discovered alongside VANILLA_LOC_NAME under
crate::settings::translations_remote_path.