-
Notifications
You must be signed in to change notification settings - Fork 18
Remove dependency on specific gettext version #108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Remove dependency on specific gettext version #108
Conversation
94c4ea9
to
41561fb
Compare
41561fb
to
a26baa5
Compare
- Gettext 0.26.0+ | ||
- PostgreSQL 15+ or SQLite 3.31.0+ | ||
|
||
## Installation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove note about specific gettext version requirement under the Installation section
alias Kanta.Utils.Compilation | ||
defmodule Kanta.Gettext.Adapter do | ||
@moduledoc """ | ||
Kanta adapter used in *gettext functions from Kanta.Gettext.Macros. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just wondering if *gettext shouldn't be gettext maybe?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, because there are a bunch of functions ending with gettext, such as ngettext
, pgettext
, dgettext
, etc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
Closes #107