Conversation
dondonz
commented
Apr 3, 2023
| # | ||
| InvalidSyntax.noMessage=Ung\u00fcltige Syntax in Zeile {0} Spalte {1} | ||
| InvalidSyntax.full=Ung\u00fcltige Syntax, ANTLR-Fehler ''{0}'' in Zeile {1} Spalte {2} | ||
| InvalidSyntax.noMessage=Ung�ltige Syntax in Zeile {0} Spalte {1} |
Member
Author
There was a problem hiding this comment.
GitHub diff preview doesn't support UTF-8. Shakes fist at ASCII...
I promise you the umlauts are there. On the top right of this file in the diff, click on the ... and then click "View File" to see the full file, umlauts included.
dondonz
commented
Apr 3, 2023
| Enum.unallowableValue=Literal nicht in den zul\u00e4ssigen Werten f\u00fcr enum ''{0}'' - ''{1}'' | ||
| Enum.badInput=Ung�ltige Eingabe f�r enum ''{0}''. Unbekannter Wert ''{1}'' | ||
| Enum.badName=Ung�ltige Eingabe f�r enum ''{0}''. Kein Wert f�r den Namen ''{1}'' gefunden | ||
| Enum.unallowableValue=Literal nicht in den zul�ssigen Werten f�r enum ''{0}'' - ''{1}'' |
Member
Author
There was a problem hiding this comment.
See the umlauts rendered correctly at https://github.com/graphql-java/graphql-java/blob/0428ebb85c38a655a4e4b1d3bfa897bbd48b94b0/src/main/resources/i18n/Scalars_de.properties
dondonz
commented
Apr 3, 2023
| ExecutableDefinitions.notExecutableType=Validierungsfehler ({0}) : Type definition ''{1}'' ist nicht ausf�hrbar | ||
| ExecutableDefinitions.notExecutableSchema=Validierungsfehler ({0}) : Schema definition ist nicht ausf�hrbar | ||
| ExecutableDefinitions.notExecutableDirective=Validierungsfehler ({0}) : Directive definition ''{1}'' ist nicht ausf�hrbar | ||
| ExecutableDefinitions.notExecutableDefinition=Validierungsfehler ({0}) : Die angegebene Definition ist nicht ausf�hrbar |
Member
Author
There was a problem hiding this comment.
See the umlauts rendered correctly at https://github.com/graphql-java/graphql-java/blob/0428ebb85c38a655a4e4b1d3bfa897bbd48b94b0/src/main/resources/i18n/Validation_de.properties
# Conflicts: # .github/workflows/master.yml # .github/workflows/pull_request.yml # .github/workflows/release.yml
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.
Our next release will include breaking changes, including upgrading to Java 11!
Upgrading to Java 11 makes it easier to upgrade ANTLR and enables UTF-8 strings.
Note: The 20.1 release was a feature and bugfix release, without any breaking changes. Before the 20.1 release, I had to downgrade back to Java 8 to ensure no breaking changes. See #3110