Open EfrosIonelu opened 2 years ago
My problem: Missing translation: en.null.invoices.payment_termen
code:
const t = require("counterpart"); ... { lang : t('payment_termen', {locale: lang});; }
output: { "en": Missing translation: en.null.invoices.payment_termen }
i have found that scope is set to "null" and i can't understand why
Thanks.
My problem: Missing translation: en.null.invoices.payment_termen
code:
output: { "en": Missing translation: en.null.invoices.payment_termen }
i have found that scope is set to "null" and i can't understand why
Thanks.