Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace I18n ids with constants #20

Open
CrissNamon opened this issue Mar 28, 2023 · 1 comment · May be fixed by #45
Open

Replace I18n ids with constants #20

CrissNamon opened this issue Mar 28, 2023 · 1 comment · May be fixed by #45
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@CrissNamon
Copy link
Owner

CrissNamon commented Mar 28, 2023

Replace strings like:

I18nUtils.get("alert.unsaved.header");

with constants:

public static final String ALERT_UNSAVED_HEADER = I18nUtils.get(ALERT_UNSAVED_HEADER);
@CrissNamon CrissNamon added enhancement New feature or request good first issue Good for newcomers labels Mar 28, 2023
@CrissNamon
Copy link
Owner Author

@CrissNamon CrissNamon linked a pull request Mar 30, 2023 that will close this issue
@CrissNamon CrissNamon removed a link to a pull request Apr 5, 2023
@innodax innodax linked a pull request May 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant