martinandert / counterpart

A translation and localization library for Node.js and the browser.
MIT License
242 stars 25 forks source link

Missing translation: #51

Open EfrosIonelu opened 2 years ago

EfrosIonelu commented 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.