1
0
Fork 0
mirror of synced 2024-06-17 02:04:56 +12:00

Update docs/tutorials/help-with-appwrite-translations.md

This commit is contained in:
Eldad A. Fux 2021-07-30 09:41:59 +03:00 committed by GitHub
parent 15224fa678
commit afe6d843aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ We maintain a [`locale branch`](https://github.com/appwrite/appwrite/tree/locale
3. **languages.php**
[languages.php](https://github.com/appwrite/appwrite/blob/locale/app/config/locale/languages.php) contains all the languages listed in **ISO 639-1**. You can use this file to find your language code when making a contribution for your language.
[languages.php](https://github.com/appwrite/appwrite/blob/locale/app/config/locale/languages.php) contains all the languages listed in **[ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)**. You can use this file to find your language code when making a contribution for your language.
Great, let's start. First, find the code of the language you want to add. For example, if you want to add support for **Spanish**, you can find the code for Spanish in [languages.php](https://github.com/appwrite/appwrite/blob/locale/app/config/locale/languages.php#L202).