Skip to content

Instantly share code, notes, and snippets.

View onyanov's full-sized avatar

Danil onyanov

View GitHub Profile
@onyanov
onyanov / strings.xml
Created July 28, 2016 08:44
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>