From b454b474ffca19de73f32e9c57c17d5d7bdc18ee Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Thu, 29 Jul 2021 00:59:12 +0530 Subject: [PATCH] feat(docs): update the locale getting started --- docs/tutorials/help-with-appwrite-translations.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/tutorials/help-with-appwrite-translations.md b/docs/tutorials/help-with-appwrite-translations.md index 92b4efe3c..790d6e402 100644 --- a/docs/tutorials/help-with-appwrite-translations.md +++ b/docs/tutorials/help-with-appwrite-translations.md @@ -67,9 +67,7 @@ Next, choose a reference language. If English is your reference language, copy t ... ... } ``` - -Finally, load your translation file in `init.php` by following a pattern similar to the [existing languages](https://github.com/appwrite/appwrite/blob/locale/app/init.php#L269). - +Add your language code to [codes.php](https://github.com/appwrite/appwrite/blob/locale/app/config/locale/codes.php#L14). Finally, load your translation file in `init.php` by following a pattern similar to the [existing languages](https://github.com/appwrite/appwrite/blob/locale/app/init.php#L269). ### Contributing with PO Editor