https://github.com/markolson/gettext_redact
https://github.com/markolson/gettext_redact
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/markolson/gettext_redact
- Owner: markolson
- Created: 2024-04-02T01:03:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T22:16:54.000Z (over 2 years ago)
- Last Synced: 2025-01-13T00:21:44.170Z (over 1 year ago)
- Language: Elixir
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GettextRedact
Turns "blah blah blah" into "████ ████ ████" in your .po files
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `gettext_redact` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:gettext_redact, "~> 0.0.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at .