Explorar el Código

ADD paliEndingType

visuddhinanda hace 8 meses
padre
commit
8a8769b84b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      dashboard-v4/dashboard/src/components/general/PaliEnding.ts

+ 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",