Open bwasty opened 2 years ago
Example: Sanscript.t('chAy', 'itrans', 'devanagari', {syncope: true}) == 'चाय' (fine) Sanscript.t('चाय', 'devanagari', 'itrans', {syncope: true}) == 'chAya' This should be just chAy, shouldn't it?
Sanscript.t('chAy', 'itrans', 'devanagari', {syncope: true}) == 'चाय'
Sanscript.t('चाय', 'devanagari', 'itrans', {syncope: true}) == 'chAya'
chAy
This is not currently implemented. Contribute a fix?
Example:
Sanscript.t('chAy', 'itrans', 'devanagari', {syncope: true}) == 'चाय'
(fine)Sanscript.t('चाय', 'devanagari', 'itrans', {syncope: true}) == 'chAya'
This should be justchAy
, shouldn't it?