feat: complete change to gettext from homebrew i18n solution
This commit is contained in:
@@ -30,6 +30,7 @@ defmodule BDS.Desktop.UILocale do
|
||||
@spec put(locale()) :: :ok
|
||||
def put(locale) do
|
||||
Process.put(@key, locale)
|
||||
BDS.Gettext.put_locale(locale)
|
||||
:ok
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user