diff --git a/sandbox/check_trans.py b/sandbox/check_trans.py index 5b5eaac75..d57cda0ca 100755 --- a/sandbox/check_trans.py +++ b/sandbox/check_trans.py @@ -17,6 +17,8 @@ def main(): for plugin in os.listdir(directory): if plugin[0] not in 'AZERTYUIOPQSDFGHJKLMWXCVBN': continue + if plugin in ('Ctcp', 'Owner'): + continue checkPlugin(os.path.join(directory, plugin)) def changedir(f):