-- Verify camper:payment_status_i18n on pg
begin;
select payment_status
, lang_tag
, name
from camper.payment_status_i18n
where false;
rollback;