add a bit
This commit is contained in:
parent
42769c288c
commit
f2061ff300
|
@ -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() {
|
||||
|
|
|
@ -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
|
@ -394,5 +394,8 @@ module.exports = [
|
|||
},
|
||||
{
|
||||
"ts": 1614602054303
|
||||
},
|
||||
{
|
||||
"ts": 1649142546981,
|
||||
}
|
||||
];
|
Loading…
Reference in New Issue