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
The CLI should expose a --skip parameter accepting a space-delimited list of element names which should not be translated. The names will be drawn from the Name column of the CSV file. In addition, this --skip parameter will recognize some keywords denoting sets of elements - for example the lookalikes keyword would skip all Unicode symbols that are simple contractions of their ASCII counterparts.
Perhaps an --only parameter can also be exposed which, instead of skipping the enumerated elements, only translates those elements.
The text was updated successfully, but these errors were encountered:
The CLI should expose a
--skip
parameter accepting a space-delimited list of element names which should not be translated. The names will be drawn from theName
column of the CSV file. In addition, this--skip
parameter will recognize some keywords denoting sets of elements - for example thelookalikes
keyword would skip all Unicode symbols that are simple contractions of their ASCII counterparts.Perhaps an
--only
parameter can also be exposed which, instead of skipping the enumerated elements, only translates those elements.The text was updated successfully, but these errors were encountered: