address field detailed (city, zip_code, state, country)

This commit is contained in:
Cihan Şentürk
2021-09-03 11:43:55 +03:00
parent 04a4e869e3
commit ebeb8df1da
91 changed files with 15509 additions and 181 deletions

View File

@@ -0,0 +1,8 @@
<?php
return [
'countries' => 'Country|Countries',
'cities' => 'Town/City|Towns/Cities',
'state' => 'Province/State',
'zip_code' => 'Postal/Zip code',
];