1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-02-16 07:33:51 -05:00
2017-01-09 12:37:53 +01:00

10 lines
118 B
Ruby

# frozen_string_literal: true
module HomeHelper
def default_props
{
locale: I18n.locale,
}
end
end