mirror of https://github.com/snachodog/mybuddy.git
Add languages info to README
This commit is contained in:
parent
a7637afb27
commit
4c1b333293
12
README.md
12
README.md
|
@ -19,6 +19,7 @@ work.
|
||||||
- [Heroku](#heroku)
|
- [Heroku](#heroku)
|
||||||
- [Manual](#manual)
|
- [Manual](#manual)
|
||||||
- [Configuration](#configuration)
|
- [Configuration](#configuration)
|
||||||
|
- [Languages](#languages)
|
||||||
- [API](#api)
|
- [API](#api)
|
||||||
- [Authentication](#authentication)
|
- [Authentication](#authentication)
|
||||||
- [`GET` Method](#get-method)
|
- [`GET` Method](#get-method)
|
||||||
|
@ -347,6 +348,17 @@ See also [Django's documentation on the SECRET_KEY setting](https://docs.djangop
|
||||||
The time zone to use for the instance. See [List of tz database time zones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)
|
The time zone to use for the instance. See [List of tz database time zones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)
|
||||||
for all possible values.
|
for all possible values.
|
||||||
|
|
||||||
|
## Languages
|
||||||
|
|
||||||
|
Baby Buddy includes translation support as of v1.2.2. Language can be set on a per-user basis from the user settings page (`/user/settings/`). See [CONTRIBUTING.md](CONTRIBUTING.md#translation) for information about how to create/update translations.
|
||||||
|
|
||||||
|
### Available languages
|
||||||
|
:us: English (U.S.) *(base)*
|
||||||
|
|
||||||
|
:fr: French
|
||||||
|
|
||||||
|
:sweden: Swedish
|
||||||
|
|
||||||
## API
|
## API
|
||||||
|
|
||||||
Baby Buddy uses the [Django REST Framework](http://www.django-rest-framework.org/)
|
Baby Buddy uses the [Django REST Framework](http://www.django-rest-framework.org/)
|
||||||
|
|
Loading…
Reference in New Issue