This repository has been archived on 2025-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
twine/lib
Scott Weber b540ed8d6b make sure that substitutions are numbered when necessary
When there is more than one substitution in a string, Android requires that the
substitutions are explicitly numbered (e.g. %1$s, %2$s, etc.).  This change will
number the substitutions if they are not already numbered.  It just numbers them
from left to right in the string.
2012-03-06 09:48:25 -05:00
..
twine make sure that substitutions are numbered when necessary 2012-03-06 09:48:25 -05:00
twine.rb Properly read and parse UTF-16 .strings files. 2012-02-27 14:52:35 -06:00