You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some commands have square brackets in the command description, which is a hint to what argument it's referring too. However, this information isn't helpful when pairing translations. This may be worth removing while building the corpus.
Example
pages/common/am.md
`am start -n {{com.android.settings/.Settings}}`- Start an activity and pass [d]ata to it:
pages.de/common/am.md
- Starte eine Aktivität und übergib ihr Daten:
`am start -a {{android.intent.action.VIEW}} -d {{tel:123}}`
The resulting dataset then has:
<tu>
<tuvxml:lang="de">
<seg>Starte eine Aktivität und übergib ihr Daten </seg>
</tuv>
<tuvxml:lang="en">
<seg>Start an activity and pass [d]ata to it </seg>
</tuv>
</tu>
The text was updated successfully, but these errors were encountered:
Some commands have square brackets in the command description, which is a hint to what argument it's referring too. However, this information isn't helpful when pairing translations. This may be worth removing while building the corpus.
Example
pages/common/am.md
pages.de/common/am.md
The resulting dataset then has:
The text was updated successfully, but these errors were encountered: