add a bit

This commit is contained in:
lingdocs 2022-04-05 12:22:39 +05:00
parent 42769c288c
commit f2061ff300
4 changed files with 9 additions and 1 deletions

View File

@ -13,9 +13,13 @@ const kingEmoji = "👑";
const servantEmoji = "🙇‍♂️";
// TODO: SHOW KING AND SERVANT ONCE TENSE PICKED, EVEN IF NPs not selected
// TODO: Issue with dynamic compounds english making with plurals
// TODO: Issue with "the money were taken"
// TODO: Use the same component for PronounPicker and NPPronounPicker (sizing issue)
// get the practice pronoun picker page into a typesafe file
// A little button you can press on the tense select to show the formula and info about the tense
// in a popup
// TODO: option to show 3 modes Phrases - Charts - Quiz
// TODO: error handling on error with rendering etc
export function PhraseBuilder() {

View File

@ -5,6 +5,7 @@ module.exports = [
{ ts: 1589023873660, e: `victory, conquest` }, // فتح - fathá
{ ts: 1527813791, e: `permission` }, // اجازه - ijaaza
{ ts: 1614083533098, e: `agenda` }, // اجنډه - ajanDa
{ ts: 1527811425, e: "door" }, // darwaaza
{ ts: 1527816215, e: `administration, management, directorate` }, // اداره - idaara
{ ts: 1527812687, e: `continuation` }, // ادامه - idaama
{ ts: 1527811661, e: `base, army post, (air) port` }, // اډه - aDa

File diff suppressed because one or more lines are too long

View File

@ -394,5 +394,8 @@ module.exports = [
},
{
"ts": 1614602054303
},
{
"ts": 1649142546981,
}
];