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

feat(docs): update the locale getting started

This commit is contained in:
Christy Jacob 2021-07-29 00:59:12 +05:30
parent 6c8f4e38bf
commit b454b474ff

View file

@ -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