We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175f788 commit bce53a4Copy full SHA for bce53a4
plugins/Name_UpperCase.py
@@ -27,6 +27,7 @@
27
# Whitelist of allowed capitals by country code
28
UpperCase_WhiteList = {
29
"FR": ["CNFPT", "COSEC", "EHPAD", "MEDEF", "URSSAF"],
30
+ "AU": ["ANZAC", "CSIRO"],
31
}
32
33
class Name_UpperCase(Plugin):
0 commit comments