i18next / ng-i18next

translation for AngularJS using i18next
https://github.com/i18next/ng-i18next
MIT License
161 stars 54 forks source link

interpolation issue(use default value, when I need key => value) #128

Closed hernimen closed 7 years ago

hernimen commented 7 years ago
    get originRequired(){
            return this.$i18next.t('event-form.' + this.event.type + '.originRequired', {originLabel: this.originLabel})
        }

I am getting missing key altought it's translating the default value. I need this interpolation to be the key and value and the i18next web page it's not working.

jamuhl commented 7 years ago

try www.i18next.com that should work (i18next.com is still unstable updating forwarding)

set debug true, rather sure if says missing - the key is missing. You might console.log(i18next.store.data) to check data