Packages

A tool for pseudolocalizing Gettext translations in Elixir applications. Helps identify hardcoded strings, character encoding issues, and UI problems by converting ASCII characters to similar-looking Unicode characters with text expansion simulation.

Current section

Files

Jump to
Raw

lib/gettext.ex

defmodule GettextPseudolocalize.Gettext do
use Gettext.Backend,
otp_app: :gettext_pseudolocalize,
default_locale: "xx",
plural_forms: GettextPseudolocalize.Plural
end