You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I apologize for my poor English, but I have even little knowledge of the language so I called the Google Translator for help.
There are languages where translation could be solved without conjugation, but in ordinary language is used this.
For example, in Hungarian:
a minute ago -> egy perce // perc -e
a minute from now -> egy perc múlva // perc
an hour ago -> egy órája // órá -ja (different suffix)
an hour from now -> egy óra múlva // óra (no accent)
There is currently no way to do this, as the suffix also depends on the unit of time, over and above that the root of the word may changes when it is conjugated.
I was could to use a "hack", which assumes that suffixAgo or suffixFromNow is called sooner than the methods for time units.
So if the order changes later, it can ruin my solution.
It would also be sufficient if the time unit methods also would get the value of _allowFromNow.
Thank you in advance for your help
The text was updated successfully, but these errors were encountered:
There are languages where translation could be solved without conjugation, but in ordinary language is used this.
For example, in Hungarian:
There is currently no way to do this, as the suffix also depends on the unit of time, over and above that the root of the word may changes when it is conjugated.
I was could to use a "hack", which assumes that
suffixAgo
orsuffixFromNow
is called sooner than the methods for time units.So if the order changes later, it can ruin my solution.
It would also be sufficient if the time unit methods also would get the value of
_allowFromNow
.Thank you in advance for your help
The text was updated successfully, but these errors were encountered: