Add translation support using i18next (#1576)
authoraceArt-GmbH <33117017+aceArt-GmbH@users.noreply.github.com>
Wed, 14 Aug 2024 13:29:34 +0000 (15:29 +0200)
committerGitHub <noreply@github.com>
Wed, 14 Aug 2024 13:29:34 +0000 (18:59 +0530)
commitac1797344c0b8d0ded6019f33f0c9f17973de746
treea51cb746f84a69c52c5860b8efb5fbb107400035
parentb4ce8a7cab727c51327c9434ef4bdd765fd7778b
Add translation support using i18next (#1576)

Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com>
package-lock.json
package.json
public/locales/de.json [new file with mode: 0644]
public/locales/en.json [new file with mode: 0644]
src/app/features/room/RoomTimeline.tsx
src/app/i18n.ts [new file with mode: 0644]
src/index.tsx
vite.config.js