feat: complete change to gettext from homebrew i18n solution

This commit is contained in:
2026-05-03 22:28:25 +02:00
parent 4bee8cf1db
commit 4de8492c4f
96 changed files with 21579 additions and 1497 deletions

View File

@@ -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