* feat: Add German language support
Adds the complete German translation (de) for the frontend and backend.
This includes the source JSON files, the generated resource files from the translator tool, and updates to all necessary configuration files to register the new language.
Closes#1255
* fix: correct translate.sh
* Migration to .NET 6
* Get telemetry back.
* Fix with code files.
* More asserts.
* Fixed asset and added logging.
* Use configuration.
* Fix wait variable.
* A little bit of cleanup.
* Another fix.
* Fix server URL.
* First italian translation.
Co-authored-by: fpisu-sardit <70273645+fpisu-sardit@users.noreply.github.com>
Co-authored-by: MartijnDijkgraaf <martijndijkgraaf96@gmail.com>
* Moved to source.
* NL support.
* Created a shell script based on the bat translate script. (#559)
Added the missing NL keys
* Fixed the problem with events.
* Ugly fix for apps dashboard.
* Feature/nl martijn (#560)
* Created a shell script based on the bat translate script.
Added the missing NL keys
* Styling fixes in the json
* Removed a redundant quotation mark
* Format date-time right for NL
* Fix for the accepted-language header
* Spelling error
* Fixed the interceptor test
* Solved review points
* Added a try and finally to FromNowPipe test
* Fixed a formatting issue
* Moved the preparation stuff out of the try
* Moved the date-fns locale to the date helper
* Styling fixes
* Moved the format test
* added more texts and removed locale for the ISO dates.
* NL Preparation
Co-authored-by: MartijnDijkgraaf <martijndijkgraaf96@gmail.com>
* Fix for the path of the translations
* Created an option to get all the translations keys
* Review points solved
* Removed the saveKey from the save function
Co-authored-by: Martijn Dijkgraaf <martijndijkgraaf@MacBook-Pro-van-Martijn.local>