diff --git a/scripts/StevensND/format_repo2.py b/scripts/StevensND/format_repo2.py index 2da2627..069d522 100644 --- a/scripts/StevensND/format_repo2.py +++ b/scripts/StevensND/format_repo2.py @@ -29,11 +29,12 @@ ROMAN_NUMERAL_PATTERN = re.compile( re.IGNORECASE ) +# Known acronyms to force‐uppercase exactly ACRONYMS = { "HD", "2D", "3D", "4K", "VR", "AI", "API", "USB", "CPU", "GPU", "DVD", "CD", "RPG", "FPS", "MMO", "MMORPG", "LAN", "GUI", "NPC", "FFVII", "FFVIII", "FFIX", "FFX", "FFXII", - "FX", "2K", "V1", "V2", "V3", "V4" + "FX", "2K", "5K", "8K", "V1", "V2", "V3", "V4", "DOF" } def is_roman_numeral(word):