address field detailed (city, zip_code, state, country)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'countries' => 'Country|Countries',
|
||||
'cities' => 'Town/City|Towns/Cities',
|
||||
'state' => 'Province/State',
|
||||
'zip_code' => 'Postal/Zip code',
|
||||
];
|
||||
Reference in New Issue
Block a user