Skip to content

Commit

Permalink
First draft to support multiple languages
Browse files Browse the repository at this point in the history
  • Loading branch information
lupusA committed Mar 8, 2024
1 parent 7558b55 commit 2664b8a
Show file tree
Hide file tree
Showing 10 changed files with 390 additions and 62 deletions.
225 changes: 215 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@
"@fortawesome/react-fontawesome": "^0.2.0",
"bootstrap": "^5.3.1",
"http-proxy-middleware": "^2.0.6",
"i18next": "^23.10.1",
"i18next-http-backend": "^2.5.0",
"moment": "^2.30.1",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.0",
"react-router-dom": "^5.3.4",
"react-table": "^7.8.0"
},
Expand Down
22 changes: 22 additions & 0 deletions public/locales/de-DE/translation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"user.interface": "Benutzeroberfläche",

"lang.en": "Englisch",
"lang.de": "Deutsch",
"lang.es": "Spanisch",
"lang.help": "Ändert die Sprache",
"lang.select": "Select language",
"lang.description": "Select the language",

"theme.description": "Theme",
"theme.select":"Theme auswählen",
"theme.help": "Das aktuelle Theme",
"theme.dark":"Dunkel",
"theme.light": "Hell",
"theme.pastel": "Pastelfarbend",
"theme.ocean":"Ozean",

"byte.representation.description":"Byte Darstellung",
"byte.representation.select": "Darstellung der Bytes auswählen",
"byte.representation.help": "Gibt die Darstellung der Bytes an"
}
Loading

0 comments on commit 2664b8a

Please sign in to comment.