Add IBAN generator tool

This commit is contained in:
2024-10-09 19:51:57 +03:00
parent 068bb1d36b
commit faabc828d6
3 changed files with 185 additions and 0 deletions

View File

@ -58,6 +58,7 @@ export default {
'str_to_nato_alphabet': 'Str to NATO alphabet',
'url_encode_decode': 'URL encode/decode',
'url_query_viewer': 'URL query viewer',
'iban_generator': 'IBAN generator',
},
'PHP': {
'str_to_php_array': 'Str to PHP array',