12345678910111213141516171819 |
- ---
- general:
- name: Hindi
- parents:
- - _ignore_base
- - _devanagari_base
- description: Hindi language in the Devanagari script
- case_sensitive: false
- roman_to_script:
- map:
- " " : " "
- # NO ADDITIONAL MAPPINGS TO APPLY
- script_to_roman:
- map:
- " " : " "
- # NO ADDITIONAL MAPPINGS TO APPLY
|