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