mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Added 'fixtrans' build option
This commit is contained in:
parent
2895250014
commit
d45efbddad
2 changed files with 45 additions and 1 deletions
5
README
5
README
|
@ -176,6 +176,11 @@ configuration to the build. These are:
|
|||
are correct by looking at the build output - assume the metadata
|
||||
is correct. This takes away a useful level of sanity checking, and
|
||||
should only be used if the values can't be extracted.
|
||||
fixtrans=yes Modifies any instances of string resources that use multiple
|
||||
formatting arguments, but don't use positional notation. For
|
||||
example, "Hello %s, %d" becomes "Hello %1$s, %2$d". Newer versions
|
||||
of the Android platform tools enforce this sensible standard. If you
|
||||
get error messages relating to that, you need to enable this.
|
||||
|
||||
Another example, using extra parameters:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue