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
- Host: GitHub
- URL: https://github.com/iamfoysal/django-multi-language-api
- Owner: iamfoysal
- Created: 2023-01-11T16:20:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T19:46:24.000Z (over 3 years ago)
- Last Synced: 2025-06-04T20:55:48.694Z (about 1 year ago)
- Topics: django-multiple-language
- Language: Python
- Homepage:
- Size: 67.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/``
