react-i18next
Used in: 0 components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
Overview
Description
Internationalization for react done right. Using the i18next i18n ecosystem.
Snippets
<dependency> <groupId>org.mvnpm</groupId> <artifactId>react-i18next</artifactId> <version>15.0.3</version> </dependency>
Maven POM File
<?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>15.0.3</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-i18next.version>[23.2.3,)</org.mvnpm-i18next.version> <org.mvnpm-react.version>[16.8.0,)</org.mvnpm-react.version> <org.mvnpm.at.babel-runtime.version>[7.25.0,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>i18next</artifactId> <version>${org.mvnpm-i18next.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>react</artifactId> <version>${org.mvnpm-react.version}</version> </dependency> </dependencies> </project>