diff options
| author | chai <215380520@qq.com> | 2024-05-19 16:05:58 +0800 |
|---|---|---|
| committer | chai <215380520@qq.com> | 2024-05-19 16:05:58 +0800 |
| commit | 8e13e7e2874adc8982e16d1d2ed2e28d7480b45f (patch) | |
| tree | 63ef85c460288891f5a593d69afeca16cba050b3 /Thronefall_1_57/Decompile/I2.Loc/GeneralArabicLetters.cs | |
| parent | c5f145786f4c6d2fe4bea831dfc16e52228920a5 (diff) | |
+1.57
Diffstat (limited to 'Thronefall_1_57/Decompile/I2.Loc/GeneralArabicLetters.cs')
| -rw-r--r-- | Thronefall_1_57/Decompile/I2.Loc/GeneralArabicLetters.cs | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/Thronefall_1_57/Decompile/I2.Loc/GeneralArabicLetters.cs b/Thronefall_1_57/Decompile/I2.Loc/GeneralArabicLetters.cs new file mode 100644 index 0000000..c6fecdd --- /dev/null +++ b/Thronefall_1_57/Decompile/I2.Loc/GeneralArabicLetters.cs @@ -0,0 +1,46 @@ +namespace I2.Loc; + +internal enum GeneralArabicLetters +{ + Hamza = 1569, + Alef = 1575, + AlefHamza = 1571, + WawHamza = 1572, + AlefMaksoor = 1573, + AlefMagsora = 1609, + HamzaNabera = 1574, + Ba = 1576, + Ta = 1578, + Tha2 = 1579, + Jeem = 1580, + H7aa = 1581, + Khaa2 = 1582, + Dal = 1583, + Thal = 1584, + Ra2 = 1585, + Zeen = 1586, + Seen = 1587, + Sheen = 1588, + S9a = 1589, + Dha = 1590, + T6a = 1591, + T6ha = 1592, + Ain = 1593, + Gain = 1594, + Fa = 1601, + Gaf = 1602, + Kaf = 1603, + Lam = 1604, + Meem = 1605, + Noon = 1606, + Ha = 1607, + Waw = 1608, + Ya = 1610, + AlefMad = 1570, + TaMarboota = 1577, + PersianPe = 1662, + PersianChe = 1670, + PersianZe = 1688, + PersianGaf = 1711, + PersianGaf2 = 1705 +} |
