From e32a4062002b7dddc56800cd6db2cbf0e7be55eb Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sat, 13 Feb 2021 19:36:07 +0200 Subject: [PATCH] Fixed link to locale codes --- docs/services/locale.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/services/locale.md b/docs/services/locale.md index 8d4796ec2e..e757d13a4d 100644 --- a/docs/services/locale.md +++ b/docs/services/locale.md @@ -1,3 +1,3 @@ The Locale service allows you to customize your app based on your users' location. Using this service, you can get your users' location, IP address, list of countries and continents names, phone codes, currencies, and more. -The user service supports multiple locales. This feature allows you to fetch countries and continents information in your app language. To switch locales, all you need to do is pass the 'X-Appwrite-Locale' header or set the 'setLocale' method using any of our available SDKs. [View here the list of available locales](https://github.com/appwrite/appwrite/blob/master/app/config/locales.php). +The user service supports multiple locales. This feature allows you to fetch countries and continents information in your app language. To switch locales, all you need to do is pass the 'X-Appwrite-Locale' header or set the 'setLocale' method using any of our available SDKs. [View here the list of available locales](https://github.com/appwrite/appwrite/blob/master/app/config/locale/codes.php).