README.md

# Pseudoloc

[![Build Status](https://travis-ci.com/lee-dohm/pseudoloc.svg?branch=master)](https://travis-ci.com/lee-dohm/pseudoloc)
[![Coverage Status](https://coveralls.io/repos/github/lee-dohm/pseudoloc/badge.svg?branch=coveralls)](https://coveralls.io/github/lee-dohm/pseudoloc?branch=coveralls)
[![SourceLevel](https://app.sourcelevel.io/github/lee-dohm/pseudoloc.svg)](https://app.sourcelevel.io/github/lee-dohm/pseudoloc)

A library and Mix task for [pseudolocalizing](https://en.wikipedia.org/wiki/Pseudolocalization) [Gettext](https://hexdocs.pm/gettext/Gettext.html) data files.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed by adding `pseudoloc` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:pseudoloc, "~> 0.2.1"}
  ]
end
```

## License

[MIT](LICENSE.md)