Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

Typescript issues #62

Open
k-schneider opened this issue Feb 8, 2019 · 7 comments
Open

Typescript issues #62

k-schneider opened this issue Feb 8, 2019 · 7 comments
Labels

Comments

@k-schneider
Copy link

I'm trying to use 0.15.0 with the latest version of i18next (14.1.1) but I'm having some troubles. It seems like TranslationFunction was renamed to TFunction in one of the latest releases and this is causing problems.

i18next/i18next#1180

What version of i18next is properly supported by this lib? Thanks.

@aragalie
Copy link

aragalie commented Feb 10, 2019

same here.. @k-schneider in case you need to get it working with an older version, i had success with v13.0.0 (perhaps an intermediary version works as well, only tried majors)

@claudiocro claudiocro added the bug label Feb 11, 2019
@dnasir
Copy link

dnasir commented Mar 4, 2019

Any progress on this?

@PerpetualWar
Copy link

This needs fixing.... I got these errors :

Namespace 'i18next' has no exported member 'TranslationFunction'
Namespace 'i18next' has no exported member 'TranslationOptions'

@dnasir I believe you fixed this ? And nobody merged ?

@bodograumann
Copy link

bodograumann commented Aug 1, 2019

Seems it’s WIP in feature/next branch.

@claudiocro Could you maybe publish an alpha version of feature/next, so we typescript users have an easier time integrating vue-i18next. You might even get some useful feedback for the new version out of it ;-)

@bodograumann
Copy link

For anybody looking for a solution. You can actually locally patch dependencies with npm.
So simply apply the fix from PR #63 yourself.

@dkln
Copy link

dkln commented Nov 13, 2019

Any updates on this? 😄

@mv-go
Copy link

mv-go commented Jan 8, 2020

Would be nice to have this fixed. Thanks to MrSimonEmms for a PR :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

8 participants