12/07/2013 07:22, sgrìobh Axel Hecht:
>
> Yes, that will work. In this particular case, you might be able to
> assume that n<<10.
Ok, thanks
>
> Side question, this probably also affects all those plural forms in
> shared/date/date.properties, right? Does Gaelic for example have a
> word for tomorrow, though?
>
> Some of these call for non-standard plurality handling, and it'd be
> good to have a list of those.
You mean things like
daysAgo-long[one] = yesterday
Yes, we do have a word and it is problematic though perhaps not in the
way you meant. There's quite a lot of languages (Gaelic being one of
them) which have precomposed names for days going forward or backward
more than one day. In our case:
3, 4... days ago = 3, 4 làithean air ais (from here further back it's
normal plurals using 'day')
day before yesterday = a-bhòin-dè
yesterday = an-dè
today = an-diugh
tomorrow = a-màireach
day after tomorrow = an-earar
2 days after tomorrow = an-eararais
in 4, 5... days = ann an 4 làithean (for here further forward it's
normal plurals using 'day')
Not sure if that's what you meant but for certain, it sounds very
strange in such languages to use 'in x days' when there is a different
word that should be used.
>
> Nope, they're not on there. There are a variety of internal threads
> going top-down on language choice on mobile now. I'm working on making
> at least some of them public.
>
> Technically, it's surprisingly hard what one needs to do to have a
> language working, once you own the full stack. Localization is just
> one of them. I'm driving getting a list, and descriptions that allow
> us to file bugs on each.
Ok, looking forward to it :)
Thanks!
Michael