Current section

Files

Jump to
cadastre lib cadastre.ex
Raw

lib/cadastre.ex

defmodule Cadastre do
@moduledoc """
A repository of languages, countries and country subdivisions
"""
@type msgid :: String.t()
@type msgstr :: String.t()
@type locale :: <<_::16>>
end