1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

Updated docs

This commit is contained in:
eldadfux 2019-08-18 15:29:23 +03:00
parent 0ca71f03ea
commit d6c5b0beb3

View file

@ -44,7 +44,7 @@ return [
],
'v1/locale' => [
'name' => 'Locale',
'description' => 'The locale service allow you customize your app based on your user location. Get your user location, IP address, list of countries names, phone codes, currencies and more. This product includes GeoLite2 data created by MaxMind, available from<a href="https://www.maxmind.com">https://www.maxmind.com</a>.',
'description' => 'The locale service allow you customize your app based on your user location. Get your user location, IP address, list of countries names, phone codes, currencies and more. This product includes GeoLite2 data created by MaxMind, available from [https://www.maxmind.com](https://www.maxmind.com).',
'controller' => 'controllers/locale.php',
'sdk' => true,
],