peterfajdiga / FastDraw

A simple Android launcher with categories
42 stars 6 forks source link

Added Russian translation #10

Closed megafon929 closed 11 months ago

megafon929 commented 11 months ago

Added Russian translation

peterfajdiga commented 11 months ago

I noticed you're still missing these two (they have also been changed in my last update):

    <string name="action_widget_add">Add a widget</string>
    <string name="action_widget_edit">Edit widget</string>

Can you provide the translations for them in a comment here?

megafon929 commented 11 months ago
<string name="action_widget_add">Добавить виджет</string>
<string name="action_widget_edit">Изменить виджет</string>
peterfajdiga commented 11 months ago

Thank you, I've added them now.