diff --git a/misc-scripts/translation_attribs_wrapper.pl b/misc-scripts/translation_attribs_wrapper.pl
index d1893f49ceeb3c8d95302a56e61ff44c45d0280d..468f68ee78dc1e218ce20e78d78bbf0efaacbe83 100644
--- a/misc-scripts/translation_attribs_wrapper.pl
+++ b/misc-scripts/translation_attribs_wrapper.pl
@@ -122,7 +122,7 @@ if (defined $pepstats_only){
 if (defined $met_and_stop_only){
     $options .= "--met_and_stop_only "
 }
-my @ranges = ('^[a-c]','^[d-g]','^[h-m]','^[n-r]','^[s-z]');
+my @ranges = ('^[a-b]','^[c-d]','^[e-f]','^[g-h]','^[i-m]','^[n-p]','^[q-r]','^[s-t]','^[u-z]');
 my $core_db = ".*core_$release\_.*";
 my $call;
 foreach my $pattern (@ranges){