mesdan
Version:
Latinî mesdan ile Osmanî metin yazmak için hazırlanmış bir alettir.
11 lines (10 loc) • 387 B
TypeScript
/**
* Transliterates a full string from Latin to Ottoman script.
* @param latiniMetin The input string with Latin characters.
* @param modifierState The current state of modifier keys.
* @returns The transliterated string in Ottoman script.
*/
export declare function tebdilMetniOsmaniye(latiniMetin: string, modifierState: {
shiftKey: boolean;
altKey: boolean;
}): string;