1msg=Default test message 2 3# Notice that single quotes aren't escaped anymore 4rootMsg=I'm from bundle's root 5 6# Notice that the same argument (index 2) can safely occur multiple times. 7# Also the first left curly bracket is escaped. 8msgWithArgs={{ string={0} - PI={1,number,#.##} - today={2,date} - time={2,time} }