Russian Language Pack v4.9.4
Here it is: https://github.com/madromas/codoforum/tree/master/ru_RU
Note: translated 100% (not admin panel). Every line has been hand translated. There is no better alternatives out there. 
@admin there is misspell in "password" english lang pack line 450
'passowrd cannot be less than ' => 'passowrd cannot be less than ',
Missing line in en_US:
'Edit Profile' => 'Edit Profile',
Lines need to be replaces to read language files.
sites/default/themes/default/templates/user/profile/edit.tpl
line 281:
<div class=""><span>{_t("General")}</span></div>
line 375:
<div class=""><span>{_t("Notification level")}</span></div>
line 90:
<div class=""><span>{_t("Edit Profile")}</span></div>
line 412:
<div class=""><span>{_t("Categories")}</span></div>
line 437
<div class=""><span>{_t("Topics")}</span></div>
Russian Language Pack v4.9.4
----------------------------
Here it is: https://github.com/madromas/codoforum/tree/master/ru_RU
Note: translated 100% (not admin panel). Every line has been hand translated. There is no better alternatives out there. :)
@admin there is misspell in "password" english lang pack line 450
````
'passowrd cannot be less than ' => 'passowrd cannot be less than ',
````
Missing line in en_US:
````
'Edit Profile' => 'Edit Profile',
````
Lines need to be replaces to read language files.
**sites/default/themes/default/templates/user/profile/edit.tpl**
line 281:
````
<div class=""><span>{_t("General")}</span></div>
````
line 375:
````
<div class=""><span>{_t("Notification level")}</span></div>
````
line 90:
````
<div class=""><span>{_t("Edit Profile")}</span></div>
````
line 412:
````
<div class=""><span>{_t("Categories")}</span></div>
````
line 437
````
<div class=""><span>{_t("Topics")}</span></div>
````
edited Jun 24 '20 at 8:26 pm