You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: