Skip to content

Commit

Permalink
Describe the project functionality from functional perspective
Browse files Browse the repository at this point in the history
As opposed to technical perspective.
  • Loading branch information
m-aciek authored Sep 1, 2023
1 parent 3417434 commit 51cd42e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Extension of Python gettext that makes gettext function return object which
Extension of Python Gettext that gives the power to describe and use conjunctions to translators.

It makes `gettext()` function return object which
behave as string with translation, except you can access [context translations](https://docs.python.org/3/library/gettext.html#gettext.pgettext)
through its attributes.

Expand Down

0 comments on commit 51cd42e

Please sign in to comment.