libres icon indicating copy to clipboard operation
libres copied to clipboard

Consider support Java style template arguments

Open WonderCsabo opened this issue 1 year ago • 0 comments

The plugin currently forbids Java style (%1$s) string template arguments in the xml. Currently this plugin strictly forbids this style. However, the plugin still uses the same format as Android strings. It would be great if we could use 100% the same format as in Android, since Android support Java style arguments. If generateNamedArguments=false, then this plugin should allow Java style format args.

WonderCsabo avatar Dec 14 '23 16:12 WonderCsabo