An open API service indexing awesome lists of open source software.

https://github.com/lee-dohm/pseudoloc

A library and Mix task for pseudolocalizing Gettext data files
https://github.com/lee-dohm/pseudoloc

elixir gettext localization phoenix

Last synced: 30 days ago
JSON representation

A library and Mix task for pseudolocalizing Gettext data files

Awesome Lists containing this project

README

        

# Pseudoloc

[![API Docs](https://img.shields.io/badge/api-docs-green.svg)](https://hexdocs.pm/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)
[![Hex Version](https://img.shields.io/hexpm/v/pseudoloc.svg)](https://hex.pm/packages/pseudoloc)
[![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)