Skip to content

Commit 576a6e1

Browse files
committed
chore: update readme
1 parent 07ec00e commit 576a6e1

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Django Lisan
1+
# Lisan - ልሳን
22

3-
**Django Lisan** is a Django package that simplifies the process of adding translation support to model fields in Django projects. With `Lisan`, you can easily manage multilingual content within your Django models, API, and admin interface.
3+
**means**: A language
4+
5+
**Lisan** is a Django package that simplifies the process of adding translation support to model fields in Django projects. With `Lisan`, you can easily manage multilingual content within your Django models, API, and admin interface.
46

57
## Features
68

@@ -11,10 +13,10 @@
1113

1214
## Installation
1315

14-
You can install Django Lisan via pip:
16+
You can install Lisan via pip:
1517

1618
```bash
17-
pip install django-lisan
19+
pip install lisan
1820
```
1921

2022
## Lisan Settings
@@ -234,12 +236,12 @@ class SnippetViewSet(viewsets.ModelViewSet):
234236

235237
### Summary
236238

237-
This `README.md` provides a comprehensive overview of the `django-lisan` package, including settings, installation, configuration, and usage instructions. It covers how to create and retrieve translations for Django models and includes API examples for managing translated content.
239+
This `README.md` provides a comprehensive overview of the `lisan` package, including settings, installation, configuration, and usage instructions. It covers how to create and retrieve translations for Django models and includes API examples for managing translated content.
238240

239241
## Contributing
240242

241243
If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request on GitHub.
242244

243245
## License
244246

245-
Django Lisan is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.
247+
Lisan is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.

0 commit comments

Comments
 (0)