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
- Host: GitHub
- URL: https://github.com/lee-dohm/pseudoloc
- Owner: lee-dohm
- License: mit
- Created: 2019-06-12T16:06:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-30T17:03:39.000Z (almost 6 years ago)
- Last Synced: 2025-04-04T02:37:42.381Z (about 1 month ago)
- Topics: elixir, gettext, localization, phoenix
- Language: Elixir
- Homepage:
- Size: 31.3 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Pseudoloc
[](https://hexdocs.pm/pseudoloc/)
[](https://travis-ci.com/lee-dohm/pseudoloc)
[](https://coveralls.io/github/lee-dohm/pseudoloc?branch=coveralls)
[](https://hex.pm/packages/pseudoloc)
[](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)