Russian language for forum

Back to Home
2 hours ago
#1
MadRomas

Currently working on Russian language pack. It's about 50% done... Need to see if there are any errors and how it looks first.

In Russian language there sopo se to be 3 strings for each count. And we only have 2.

So adopting like this is the only way so far.

// FUNCTIONS - helpers.php
    'just_now' => 'Только что',
'ago' => 'назад',
'second' => 'секунда',
'seconds' => 'секунд/ы',
'minute' => 'минута',
'minutes' => 'минут/ы',
'hour' => 'час',
'hours' => 'часа/ов',
'day' => 'день',
'days' => 'дня/ей',
'week' => 'неделя',
'weeks' => 'недель/и',
'month' => 'месяц',
'months' => 'месяца/ев',
'year' => 'год',
'years' => 'года/лет',
'unknown' => 'Неизвестно',
1 hour ago
#2
MadRomas

Current progress is at about 65%. Break time.

30 minutes ago
#3
MadRomas

Russian language pack is fully complete. 👍

New repository: You must log in to view this link

Join the Conversation

Please log in or register to reply.

Back to Home