Allowed Countries

Does anyone want to make a pull request for my country?
For national bank transfer payment.

regionByCountryCodeMap.put(“SR”, “SA"); // Suriname / South America
allLocales.add(new Locale(“nl”, “SR”, “”)); // Suriname

Would appreciate it.

It is there:

regionByCountryCodeMap.put("SR", "AM"); // name=Suriname / region=Americas / subregion=South America
allLocales.add(new Locale("nl", "SR")); // Suriname / lang=Dutch

I added all world countries so there should not be missing anymore.

Oh, thank you very much!