Ditto allows Android developers to fetch the latest text as pre-formatted XML resources (Documentation Index
Fetch the complete documentation index at: https://developer.dittowords.com/llms.txt
Use this file to discover all available pages before exploring further.
.xml) in accordance with Android strings and Android localization guidance.
If you’re fetching this format via the API, it will have an HTTP Content-Type header of text/xml.
Example:
?format=android.
To fetch this via the CLI, specify format: android in the config.yml file.
Format details:
- Text items in Ditto are mapped to
<string>tags. Each tag is given anameproperty with a value that corresponds to a given text item’s Developer ID; to comply with Android requirements,-characters in the ID are replaced with_. An additionalditto_api_idfield is also included with the unmodified Developer ID. - Variables in Ditto are mapped to
<xliff:g>tags. They’re givenidandexampleproperties with values that correspond to a given variable’s name and example values, respectively. - A text item with plurals will have a
<plurals>tag generated for it, along with an<item>for each plural form that is configured in Ditto (note:<item id="other">will always be generated). Plural items also support variables via<xliff:g>tags. - If this format is exported for a specific variant, two comments containing variant metadata will also be included: