mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 09:36:22 +00:00
fix: por ahora la única opción de idioma es la de le usuarie #10494
This commit is contained in:
parent
3e6288fefe
commit
9fbe215771
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ SiteService = Struct.new(:site, :usuarie, :params, keyword_init: true) do
|
|||
#
|
||||
# TODO: hacer que el repositorio se cree cuando es necesario, para
|
||||
# que no haya estados intermedios.
|
||||
site.locales = [usuarie.lang] + I18n.available_locales
|
||||
site.locales = [usuarie.lang]
|
||||
|
||||
site.save &&
|
||||
site.config.write &&
|
||||
|
|
Loading…
Reference in a new issue