react-flux-1.0.0: test/client/msgs/android.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="html1"><b>{num}</b> is the answer to life, the universe, and everything</string>
<!-- Hitchhiker's Guide -->
<string name="html2">{num} is the <b>answer</b> to life, the universe, and everything</string>
<string name="photos">{name} took {numPhotos, plural, =0 {no photos} =1 {one photo} other {# photos}} {takenAgo}.</string>
<!-- How many photos? -->
<string name="photos2">{name} took {numPhotos, plural, =0 {no photos} =1 {one photo} other {# photos}}.</string>
<string name="with_trans">this is not used {abc}</string>
</resources>