Skip to content

Commit

Permalink
hotfix-Newari-words
Browse files Browse the repository at this point in the history
  • Loading branch information
binamkayastha committed Aug 25, 2024
1 parent cb8a8a4 commit ba14363
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions nepalingo-web/src/lib/getNextWord.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
// Words from First Word and Making Introduction Chapters
// Some words commented out because they only appear for the Dolkha dialect
export const newariWords = [
"hello",
"goodbye",
"yes",
"no",
"please",
"sorry",
"thanks",
"call",
"do",
"how",
Expand All @@ -10,12 +18,11 @@ export const newariWords = [
"do",
"not",
"for",
"from",
// "from",
"fun",
"have",
"help",
"language",
"me",
"name",
"need",
"please",
Expand All @@ -24,7 +31,7 @@ export const newariWords = [
"speak",
"understand",
"well",
"you",
// "you",
"your",
"salt",
];
Expand Down

0 comments on commit ba14363

Please sign in to comment.