183 use kc settings for language selection settings #198
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.
This PR includes several changes aimed at improving internationalization support, simplifying code, and enhancing error handling in the
privacyidea-authenticator
. The most important changes include the removal of hardcoded language strings, the addition of new localized messages, and minor code simplifications.Internationalization Improvements:
messages_de.properties
,messages_en.properties
,messages_fr.properties
, andmessages_pl.properties
files for better support of different languages. [1] [2] [3] [4]Const.java
andPrivacyIDEAAuthenticator.java
and replaced them with configuration-based messages. [1] [2]Code Simplifications:
Const.java
to clean up the codebase. [1] [2] [3]PrivacyIDEAAuthenticator.java
by removing redundant language handling code and improving error message formatting. [1] [2] [3] [4] [5] [6]Error Handling Enhancements:
Template Updates:
privacyIDEA.ftl
template to use localized messages for various UI elements, improving the user experience for non-English speakers.Miscellaneous:
java-client
.