mirror of
https://github.com/RGBCube/cinny
synced 2025-07-31 17:07:47 +00:00
Add translation support using i18next (#1576)
Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com>
This commit is contained in:
parent
b4ce8a7cab
commit
ac1797344c
8 changed files with 184 additions and 10 deletions
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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue