Skip to content

Instantly share code, notes, and snippets.

@onyanov
Created July 28, 2016 08:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onyanov/c3c28badd52678271a3b304a5af76ac4 to your computer and use it in GitHub Desktop.
Save onyanov/c3c28badd52678271a3b304a5af76ac4 to your computer and use it in GitHub Desktop.
String resource with placeholder and its example
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="current year">Today is <xliff:g id="item" example="2016">%1$s</xliff:g> year!</string>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment