Romanchuk / angular-i18next

angular v10+ integration with i18next v19.4+
MIT License
131 stars 33 forks source link

i18next::translator: missingKey #39

Closed scottfwalter closed 4 years ago

scottfwalter commented 4 years ago

Hi,

I tried to follow the demo application but can't get any keys to translate. I have this in my component template:

{{ 'myname' | i18next }}

I have this in my console: `

i18next::backendConnector: loaded namespace mynamespace for language en {
    "myname": "Scott"
}
i18next::translator: missingKey en mynamespace myname myname

Any idea why I can't get a simple translation to work?