Kaynağa Gözat

ADD paliEndingType

visuddhinanda 7 ay önce
ebeveyn
işleme
8a8769b84b

+ 1 - 0
dashboard-v4/dashboard/src/components/general/PaliEnding.ts

@@ -16,6 +16,7 @@ export const getPaliBase = (word: string): string[] => {
   output.sort((a, b) => a.length - b.length);
   return output;
 };
+export const paliEndingType = ["n", "ti", "v", "ind", "pron", "num", "adj"];
 export const paliEnding = [
   {
     end1: "a",