On Sat, 2006-07-22 at 12:54 +0100, Djihed Afifi wrote:
> Suppose the string:
> "There are %d files in directory %s".
>
> In arabic, for some plural forms, it would make more sense to omit %d
> and express it by words. By saying "more sense", I mean it would stand
> up as particularly inappropriate and inaccurate to include the number.
> Putting the number in parenthesis would be less than elegant.
There are other language problems with "%d files", one of which being
that
in Russian (as I recall) "files" needs to spelt differently for numbers
from 1 to 5... sort of like ordinals (1st, 2nd, 3rd, 4th etc.) in
English.