commit | 3169c093559b129813bbb0075254764e3f97cd08 | [log] [tgz] |
---|---|---|
author | Natthu Bharambe <natthu@fb.com> | Fri Nov 15 05:17:48 2013 -0800 |
committer | Michael Bolin <mbolin@fb.com> | Tue Nov 19 18:44:37 2013 -0800 |
tree | 40ea4b71466e176db785a54c4b07d5ad8b4815e4 | |
parent | 8a7132c9735e5c90cc1e3dbeaf77dff11b620b6d [diff] |
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