-module(glugify@locale). -compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch, inline]). -define(FILEPATH, "src/glugify/locale.gleam"). -export_type([locale/0]). -type locale() :: default | german | danish | norwegian | swedish | turkish.