Time code
-
Using LT, I am busy translating the English language file of the “Simple Ajax Chat” plugin in German and Dutch. Now, I am seized at the time code.
In English it reads in the front end:
Latest Message: 22 hours, 23 minutes ago
In the language file the time is defined as: %s ago
The time terms ‘hour’ and ‘minute’ are listed, but not in plural.
so I suppose, in %s the ‘s’ makes those terms plural.
Yet, the plural of those terms in German in Dutch does not end at ‘s’, in both languages the term ends in plural at ‘n’.
And in such cases in Dutch and German for ‘hours’ the plural isn’t even used.
When I remove the ‘s’ in %s ago, it becomes a mess. Spaces are removed and the following term is partly cut off. So, I cannot simply remove the ‘s’.Any idea how this can be solved?
The page I need help with: [log in to see the link]
- The topic ‘Time code’ is closed to new replies.