Skip to content

Releases: lingualdev/i18n-check

v0.9.0

01 Mar 20:51

Choose a tag to compare

What's Changed

Full Changelog: v0.8.19...v0.9.0

v0.9.0-beta.1

17 Jan 18:41

Choose a tag to compare

v0.9.0-beta.1 Pre-release
Pre-release

Full Changelog: v0.8.18...v0.9.0-beta.1

v0.8.19

17 Jan 19:06

Choose a tag to compare

Full Changelog: v0.8.18...v0.8.19

v0.8.18

15 Jan 20:58

Choose a tag to compare

What's Changed

Full Changelog: v0.8.17...v0.8.18

v0.8.17

01 Jan 20:39

Choose a tag to compare

What's Changed

The next-intl parser can now detect if a t function is defined via an argument:

  const indirectFnCall = (
    t: ReturnType<typeof useTranslations<'indirectNamespace'>>
  ) => {
    const indirectTranslation = t('some_key');
    // Do something with the indirectTranslation
  };


  // Some where in the code - the function is called
  const indirectT1 = useTranslations('Indirect1');
  indirectFnCall(indirectT1);

This would detect that the key some_key is part of the indirectNamespace now.

Full Changelog: v0.8.16...v0.8.17

v0.8.16

14 Dec 19:12

Choose a tag to compare

What's Changed

Full Changelog: v0.8.15...v0.8.16

v0.8.15

08 Dec 22:25

Choose a tag to compare

What's Changed

  • Improve error message when failing to parse translations by @oskari in #101

New Contributors

Full Changelog: v0.8.14...v0.8.15

v0.8.14

18 Nov 20:30

Choose a tag to compare

What's Changed

Full Changelog: v0.8.13...v0.8.14

v0.8.13

18 Nov 13:25

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.12...v0.8.13

v0.8.12

18 Oct 15:48

Choose a tag to compare

What's Changed

Full Changelog: v0.8.11...v0.8.12