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