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
Can I disable the string format check? (io.github.skeptick.libres.plugin.strings.UnavailableFormatException: Don't use java style formatting. Use ${template_like}. Locale: 'xx'. String: 'xxx'.) #51
I really want to use the C-style string formatting and I implemented my own string formatting method. But if I put something like "%d (%.2f%% of all)", the compilation will fail. So, can I disable the string format check?