An open API service indexing awesome lists of open source software.

https://github.com/iamfoysal/django-multi-language-api

Django-multi-language-API using DRF
https://github.com/iamfoysal/django-multi-language-api

django-multiple-language

Last synced: 5 months ago
JSON representation

Django-multi-language-API using DRF

Awesome Lists containing this project

README

          

## Django-multi-language-API using DRF

#### Example:
API URL: `http://localhost:8000/api/`

[
{
"id": 1,
"translations": {
"en": {
"title": "What is Lorem Ipsum?",
"short_description": "Aldus PageMaker including versions of Lorem Ipsum.",
"description": "Lorem Ipsum is simply dummy text of the printing and typesetting industry."
},
"bn": {
"title": "বাংলাদেশ ব্যাংক থেকে সরকার নিল ৬৬ হাজার কোটি টাকা",
"short_description": "গত ৬ মাসে বাংলাদেশ ব্যাংক থেকে ৬৫ হাজার ৬০৫ কোটি টাকা ধার করেছে বাংলাদেশ সরকার।",
"description": "এতে বাংলাদেশ ব্যাংকের কাছ থেকে ঋণ বাড়লেও কমেছে বেসরকারি ব্যাংকের ঋণ।"
}
},
"updated_on": "2023-01-12T05:06:44.799290Z",
"created_on": "2023-01-11T15:33:57.367114Z",
"author": 1
}
]


#### Admin language Example.

URL : ``http://localhost:8000/te/admin/app1/post/``


![image](https://user-images.githubusercontent.com/45687374/212754712-a96b30aa-3bdf-4a95-b7e8-38f69da6fc5c.png)