Add German language support#123
Merged
amnuts merged 3 commits intoamnuts:next-releasefrom Jul 27, 2025
Merged
Conversation
Owner
|
Hi @matthiasstraka; that's awesome! Many thanks for your contribution. I've been a bit remiss of doing updates to the code recently, and have a number of other issues raised I need to look at. I'm going to try to put some time aside next week in order to do that, and that's when I'll merge in your PR. Thanks again! |
amnuts
approved these changes
Jul 18, 2025
Contributor
Author
|
Thanks and no hurry. I might take a look at #118 in the meanwhile, if I find the time. Your tool is a nice little helper for me, so I try to make it better. |
amnuts
added a commit
that referenced
this pull request
Jul 28, 2025
* Add German language support (#123) * JIT isn't available in PHP <8.0 (#120) * Updated to latest js libraries * Updates for newer sass package * Fixes #122 * Fixes #118 * Tweaked readme --------- Co-authored-by: Matthias Straka <[email protected]> Co-authored-by: Casey Peel <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added German language for most GUI strings (while keeping strings mentioned in the PHP manual in English). Fixed some inconsistencies in
interface.jsxandexample.jsonalong the way.