expr(
if is_nil(fragment("((? -> ? ) ->> ?)", translations, ^arg(:locale), ^field)) do
^ref(field)
else
fragment("((? -> ? ) ->> ?)", translations, ^arg(:locale), ^field)
end
)
expr(
if is_nil(fragment("((? -> ? ) ->> ?)", translations, ^arg(:locale), ^field)) do
^ref(field)
else
fragment("((? -> ? ) ->> ?)", translations, ^arg(:locale), ^field)
end
)