Update the strings asset file format for easier parsing. Summary: The new file format makes it so that parsing sections of the file one at a time becomes easier. Also, switch some of the `byte` and `short` to `int` to make it more flexible. Intentionally left the `byte` data type in plurals since the number of plural categories is guaranteed to be <= 6. To make it easier to maintain the unit test, I changed the file format to something easy to understand/edit. Test Plan: ant test
Buck is an Android build tool. To see what Buck can do for you, check out the documentation at http://facebook.github.io/buck/.
To build Buck, run the following:
git clone git@github.com:facebook/buck.git cd buck ant ./bin/buck --help
Apache License 2.0