Home | History | Annotate | Download | only in i18n
      1 msg=Default test message
      2 
      3 # Notice that single quotes aren't escaped anymore
      4 rootMsg=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.
      8 msgWithArgs={{ string={0} - PI={1} - today={2} - time={2} }