Skip to content

Commit

Permalink
Add Russian translation
Browse files Browse the repository at this point in the history
  • Loading branch information
TotalCaesar659 authored and berarma committed Sep 3, 2020
1 parent 7bbc7dc commit 5aed6f5
Show file tree
Hide file tree
Showing 3 changed files with 502 additions and 2 deletions.
3 changes: 2 additions & 1 deletion oversteer/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ def __init__(self, application):
self.button_setup_step = False
self.languages = [
('', _('System default')),
('ca_ES', _('Valencian')),
('en_US', _('English')),
('es_ES', _('Spanish')),
('gl_ES', _('Galician')),
('ca_ES', _('Valencian')),
('ru_RU', _('Russian')),
]

signal.signal(signal.SIGINT, self.sig_int_handler)
Expand Down
3 changes: 2 additions & 1 deletion po/LINGUAS
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ca
es
gl
ca
ru
Loading

0 comments on commit 5aed6f5

Please sign in to comment.