react-i18next
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>react-i18next</artifactId>
<version>17.0.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mvnpm</groupId>
<artifactId>react-i18next</artifactId>
<version>17.0.1</version>
<name>react-i18next</name>
<description>Internationalization for react done right. Using the i18next i18n ecosystem.</description>
<url>https://github.com/i18next/react-i18next</url>
<organization>
<name>Jan Mühlemann</name>
<url>https://github.com/i18next/react-i18next</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>adrai</name>
<email>adriano@raiano.ch</email>
</developer>
<developer>
<name>jamuhl</name>
<email>jan.muehlemann@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/i18next/react-i18next.git</connection>
<developerConnection>https://github.com/i18next/react-i18next.git</developerConnection>
<url>https://github.com/i18next/react-i18next</url>
</scm>
<issueManagement>
<url>https://github.com/i18next/react-i18next/issues</url>
</issueManagement>
<properties>
<org.mvnpm-html-parse-stringify.version>[3.0.1,4)</org.mvnpm-html-parse-stringify.version>
<org.mvnpm-use-sync-external-store.version>[1.6.0,2)</org.mvnpm-use-sync-external-store.version>
<org.mvnpm-i18next.version>[26.0.1,)</org.mvnpm-i18next.version>
<org.mvnpm-typescript.version>[5,6),[6,7)</org.mvnpm-typescript.version>
<org.mvnpm-react.version>[16.8.0,)</org.mvnpm-react.version>
<org.mvnpm.at.babel-runtime.version>[7.29.2,8)</org.mvnpm.at.babel-runtime.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm.at.babel</groupId>
<artifactId>runtime</artifactId>
<version>${org.mvnpm.at.babel-runtime.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>html-parse-stringify</artifactId>
<version>${org.mvnpm-html-parse-stringify.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>use-sync-external-store</artifactId>
<version>${org.mvnpm-use-sync-external-store.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>i18next</artifactId>
<version>${org.mvnpm-i18next.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>react</artifactId>
<version>${org.mvnpm-react.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>typescript</artifactId>
<version>${org.mvnpm-typescript.version}</version>
</dependency>
</dependencies>
</project>