-
Notifications
You must be signed in to change notification settings - Fork 12
TranslatorsWedge
James Fenn edited this page Aug 10, 2018
·
2 revisions
The TranslatorsWedge
displays a list of TranslatorWedge
s in sections, sorted by locale. If a translator has translated multiple locales, they will appear under every locale that they have translated.
<me.jfenn.attribouter.wedges.TranslatorsWedge
title="Translators"
overflow="10" >
<!-- translators -->
</me.jfenn.attribouter.wedges.TranslatorsWedge>
Attribute | Type | Description |
---|---|---|
title | String / String Resource | The title to show above the translators (defaults to @string/title_attribouter_translators / "Translators") |
overflow | Integer (>= -1) | The maximum number of translators to display in the list. Additional translators are displayed in a dialog. If the number is 0, the entire list is replaced with a button titled "View %s" ('%s' being the title attribute). If the number is -1, all of the translators are displayed. |
This documentation can also be found at https://jfenn.me/.