Auto-translating of PO files for the lazy dev
- Bulk-translate locale-scoped PO files using DeepL
-
Do single translations manually, using simple form input.
-
See how "complete" a particular locale is.
- Easily find missing translations (they are at the top of a locale's page).
"Inefficient and hard to understand."
"Better than nothing, I guess."
"Please, dark mode. Please."
Make a file config/dev_secrets.exs
with contents like this
import Config
config :caint,
deepl_api_key: "xxxxxxx",
deepl_api_url: "https://api-free.deepl.com/v2/",
gettext_dir: "/home/my-project/priv/gettext",
source_locale: "en"
iex -S mix phx.server