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

Enforce String literal inside Localization.lang() calls #1985

Closed
stefan-kolb opened this issue Sep 15, 2016 · 1 comment
Closed

Enforce String literal inside Localization.lang() calls #1985

stefan-kolb opened this issue Sep 15, 2016 · 1 comment

Comments

@stefan-kolb
Copy link
Member

stefan-kolb commented Sep 15, 2016

Introduced by the global search bar of Stupro.
We need to enforce that we use Strings or concatenated Strings inside our Localization.lang calls and no variables. otherwise our detection LocalizationConsistencyTest cannot work correctly.
Fixed by 05e7f0d.

We should accept a String in "" or a concatenated String " " +var + "" ... as it is required sometimes for insertions %0.

@stefan-kolb
Copy link
Member Author

@JabRef/stupro @koppor Would be nice if Stupro can take care of this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants