Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌐 Einführung mehrerer Sprachen #109

Merged
merged 52 commits into from
Nov 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
85c097a
Added the i18next, i18next language detector, i18next http backend & …
gnmyt Oct 22, 2022
d34ffc3
Implemented the i18n api into the index.js
gnmyt Oct 22, 2022
e722c2a
Created the english language file
gnmyt Oct 22, 2022
1728bfb
Created the german language file
gnmyt Oct 22, 2022
4c374c2
Added the english & german language options
gnmyt Oct 22, 2022
7d15de7
Added the "Sprache ändern" dropdown item
gnmyt Oct 22, 2022
8e8fe79
Created the first translations for the DropdownComponent.jsx
gnmyt Nov 18, 2022
a8df66a
Implemented all translations into the DropdownComponent.jsx
gnmyt Nov 18, 2022
95e9668
Added the translations of the HeaderComponent.jsx to the de.json
gnmyt Nov 18, 2022
66b279e
Implemented all translations into the HeaderComponent.jsx
gnmyt Nov 18, 2022
938bdcb
Added the unset translation to the de.json
gnmyt Nov 18, 2022
36a86c2
Implemented all translations into the DialogContext.jsx
gnmyt Nov 18, 2022
97177cc
Added the LatestTestComponent.jsx translations to the de.json
gnmyt Nov 18, 2022
1c67de3
Implemented all translations into the LatestTestComponent.jsx
gnmyt Nov 18, 2022
a6d5d96
Added the DropdownComponent infos.jsx translations to the de.json
gnmyt Nov 19, 2022
6fe5af8
Optimized the DropdownComponent.jsx
gnmyt Nov 19, 2022
4fb9303
Moved the i18n system into its own i18n file
gnmyt Nov 19, 2022
8b0a6f0
Added the project url & project wiki constant to the index.jsx
gnmyt Nov 19, 2022
43b9e01
Implemented all translations into the infos.jsx
gnmyt Nov 19, 2022
4274299
Fixed the DropdownComponent.jsx
gnmyt Nov 19, 2022
443225c
Added the DropdownComponent options.js translations to the de.json
gnmyt Nov 19, 2022
06c6417
Fixed the DropdownComponent.jsx
gnmyt Nov 19, 2022
0f8ad56
Implemented all translations into the options.jsx
gnmyt Nov 19, 2022
bb41554
Added the dropdown invalid translation to the de.json
gnmyt Nov 19, 2022
9cfb6b9
Implemented all translations into the utils.jsx
gnmyt Nov 19, 2022
6e64939
Fixed the DropdownComponent.jsx
gnmyt Nov 19, 2022
4c8cbb1
Added the header info translation to the de.json
gnmyt Nov 19, 2022
bbb3f98
Implemented all translations into the infos.jsx
gnmyt Nov 19, 2022
4705c19
Added the config dialog translations to the de.json
gnmyt Nov 19, 2022
1ed7f0d
Implemented all translations into the dialog.jsx
gnmyt Nov 19, 2022
19c2661
Fixed the ConfigContext.jsx
gnmyt Nov 19, 2022
1c95715
Added the home dialog translations to the de.json
gnmyt Nov 19, 2022
6cbd25f
Fixed the LatestTestComponent.jsx
gnmyt Nov 19, 2022
b4fe7b7
Implemented all translations into the dialogs.jsx
gnmyt Nov 19, 2022
004e0ff
Added the home utils translations to the de.json
gnmyt Nov 19, 2022
0bbfa02
Implemented all translations into the utils.js
gnmyt Nov 19, 2022
b1d1bfc
Added the TestArea translations to the de.json
gnmyt Nov 19, 2022
2a097f9
Implemented all translations into the TestAreaComponent.jsx
gnmyt Nov 19, 2022
642bfdf
Added the SpeedtestComponent.jsx translations to the de.json
gnmyt Nov 19, 2022
03985f7
Implemented all translations into the SpeedtestComponent.jsx
gnmyt Nov 19, 2022
b0697e2
Fixed the SpeedtestComponent.jsx
gnmyt Nov 19, 2022
f5813d7
Added the SpeedtestComponent infos.jsx translations to the de.json
gnmyt Nov 19, 2022
b9ae23f
Implemented all translations into the infos.jsx
gnmyt Nov 19, 2022
9c556ad
Fixed the SpeedtestComponent.jsx
gnmyt Nov 19, 2022
0da4e4a
Added the SpeedtestComponent tooltips.js translations to the de.json
gnmyt Nov 19, 2022
16dc2f3
Implemented all translations into the tooltips.js
gnmyt Nov 19, 2022
7793746
Added the SpeedtestComponent errors.js translations to the de.json
gnmyt Nov 19, 2022
e95ba44
Fixed the SpeedtestComponent.jsx
gnmyt Nov 19, 2022
1862bc2
Implemented all translations into the errors.js
gnmyt Nov 19, 2022
168645a
Merge branch 'development' into updates/i18n
gnmyt Nov 19, 2022
7efa1ba
Translated the entire project to english
gnmyt Nov 19, 2022
27fd89b
Removed the "await" from the i18n initialization
gnmyt Nov 19, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
220 changes: 214 additions & 6 deletions client/package-lock.json

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

4 changes: 4 additions & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"@fortawesome/react-fontawesome": "^0.2.0",
"@vitejs/plugin-react": "^2.2.0",
"cron-parser": "^4.7.0",
"i18next": "^22.0.2",
"i18next-browser-languagedetector": "^6.1.8",
"i18next-http-backend": "^1.4.4",
"react-i18next": "^12.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.56.1",
Expand Down
Loading