APSL/redux-i18n

Plural form translations for numbers over 2 do not work

Closed this issue · 2 comments

po file

msgid "una noche"
msgid_plural "{n} noches"
msgstr[0] "одна ночь"
msgstr[1] "{n} ночи"
msgstr[2] "{n} ночей"

translations.js

export const translations = {
  'ru': {
    'una noche': 'одна ночь',
    '{n} noches': '{n} ночи',
  },
}

Hi,
Ok! I'll fix tomorrow.

Thx