Page MenuHomePhabricator
Authored By
Ami183
Jun 13 2026, 8:56 AM
Size
435 B
Referenced Files
None
Subscribers
None

sd-sind.js

( function ( $ ) {
'use strict';
var sdSind = {
id: 'sd-sind',
name: 'Sindhi (Khudabadi)',
description: 'Sindhi Khudabadi script input method',
date: '2026-06-12',
author: 'Amina ajaz',
languages: [ 'sd-sind' ],
defaultDirection: 'ltr',
// Character mapping will go inside the rules block below
rules: [
[ 'a', '𑊧' ],
[ 'b', '𑊩' ]
]
};
$.ime.register( sdSind );
}( jQuery ) );

File Metadata

Mime Type
text/plain
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26671129
Default Alt Text
sd-sind.js (435 B)

Event Timeline