Skip to content

Commit

Permalink
fix(jans-auth-server): renamed localization resoruces files #1198 (#1199
Browse files Browse the repository at this point in the history
)
  • Loading branch information
maduvena authored Apr 13, 2022
1 parent 175381f commit 4561f2a
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import io.jans.jsf2.customization.FacesLocalizationConfigPopulator;

public class ApplicationFacesLocalizationConfigPopulator extends FacesLocalizationConfigPopulator {
private static final String LANGUAGE_FILE_PATTERN = "^oxauth_(.*)\\.properties$";
private static final String LANGUAGE_FILE_PATTERN = "^jans-auth_(.*)\\.properties$";

@Override
public String getLanguageFilePattern() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
public class CustomResourceBundle extends ExtendedResourceBundle {

private static final String BASE_NAME = "oxauth";
private static final String BASE_NAME = "jans-auth";

@Override
public String getBaseName() {
Expand Down

0 comments on commit 4561f2a

Please sign in to comment.