Skip to content

Commit bce53a4

Browse files
matkonieczfrodrigo
authored andcommitted
AU: allow CSIRO, ANZAC uppercase
fixes #2583
1 parent 175f788 commit bce53a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/Name_UpperCase.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
# Whitelist of allowed capitals by country code
2828
UpperCase_WhiteList = {
2929
"FR": ["CNFPT", "COSEC", "EHPAD", "MEDEF", "URSSAF"],
30+
"AU": ["ANZAC", "CSIRO"],
3031
}
3132

3233
class Name_UpperCase(Plugin):

0 commit comments

Comments
 (0)