-
Notifications
You must be signed in to change notification settings - Fork 12
TranslatorWedge
James Fenn edited this page Jun 26, 2020
·
4 revisions
The TranslatorWedge
displays information about a translator in an only slightly more concise layout than the ContributorWedge
.
<me.jfenn.attribouter.wedges.TranslatorWedge
login="fennifith"
name="James Fenn"
avatar="https://avatars3.githubusercontent.com/u/13000407"
locales="en,fr"
websiteUrl="https://jfenn.me/" />
Attribute | Type | Description |
---|---|---|
login | String | The GitHub username/# of the translator. |
name | String / String Resource | The name of the translator. |
avatar | String (URL) / Drawable Resource | The avatar/profile picture of the translator. |
locales | String, comma-separated | Locales that have been translated by the translator, separated by a single comma with no whitespace, ex: "en,es,zh". |
websiteUrl | String | The website of the translator. |
String | The email of the translator. |
This documentation can also be found at https://jfenn.me/.