Page MenuHomePhabricator

Add Chechen translation of month and day names in DateInputWidget (which uses upstream Moment.js)
Closed, DuplicatePublic

Event Timeline

Aklapper changed the task status from Open to Stalled.Jun 24 2017, 1:07 PM

Hi Umar. This report lacks basic information.
Please add a more complete description to this report (describing what is wrong, what would be right, what is "this").
Also, both links in that Support thread to https://screenshare.ru say "Not found".

Кален.jpg (373×460 px, 53 KB)

The date format is also not correct. Should be “2017 июнь”.

@Umar: As written before, please do add a more complete description to reports. That means

  • Clear steps to reproduce the problem. Step by step, click by click. And links where to see the problem, so others can click links and see the problem.
  • Expected outcome
  • Actual outcome

Thanks.

For future reference, please always structure your bug reports into three sections:

Steps to reproduce:

Actual outcome:

  • The abbreviations for the weekdays are in Russian language.
  • The name of the month is in Russian language.

Expected outcome:

  • The abbreviations for the weekdays are in Chechen language.
  • The name of the month is in Chechen language.

The beginning of translating this:

Monday- ор

Tuesday- ши

Wednesday - кха

Thursday- еа

Friday - пӀе

Saturday - шуо

Sunday - кӀи

Aklapper renamed this task from Kalendar to Correct/edit translation of month and day names in DateInputWidget.Jun 24 2017, 1:34 PM
Aklapper changed the task status from Stalled to Open.
Aklapper added a subscriber: matmarex.

The DateInputWidget calendar popups uses the Moment.js library to format dates. We also use it elsewhere in MediaWiki, e.g. in notifications. It doesn't have a Chechen translation, so we fall back to Russian.

@Umar If you want to translate this to Chechen, here's the complete Russian translation you can use as a starting point: https://github.com/moment/moment/blob/develop/src/locale/ru.js. (I don't know how close Russian is grammatically to Chechen, it might be easier to start from some other one: https://github.com/moment/moment/tree/develop/src/locale.) We do not use all of the features, so it's fine to just translate some parts.

Aklapper renamed this task from Correct/edit translation of month and day names in DateInputWidget to Add Chechen translation of month and day names in DateInputWidget (which uses upstream Moment.js).Mar 29 2018, 11:35 AM
Aklapper triaged this task as Lowest priority.
Aklapper added a project: Upstream.