Add translation support using i18next (#1576)
Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com>
This commit is contained in:
7
public/locales/de.json
Normal file
7
public/locales/de.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"Organisms": {
|
||||
"RoomCommon": {
|
||||
"changed_room_name": " hat den Raum Name geändert"
|
||||
}
|
||||
}
|
||||
}
|
||||
7
public/locales/en.json
Normal file
7
public/locales/en.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"Organisms": {
|
||||
"RoomCommon": {
|
||||
"changed_room_name": " changed room name"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user