Yatapp v0.1.2 Yatapp.TranslationsDownloader View Source

TranslationsDownloader module.

Link to this section Summary

Functions

Downloads all translations and saves all locales

Link to this section Functions

Link to this function download() View Source
download() :: :ok

Downloads all translations and saves all locales.

Returns :ok.

Examples

iex> Yatapp.TranslationsDownloader.download()
:ok
Link to this function ets_download(lang) View Source
ets_download(String.t()) :: Map.t()