Skip to content

Commit

Permalink
fix: ru_RU language name translation (#86)
Browse files Browse the repository at this point in the history
This commit fixes russian language name translation, which previously said, in russian, "English (USA)".

Signed-off-by: Kirill Kuznetsov <[email protected]>
  • Loading branch information
miuirussia authored Nov 24, 2024
1 parent 27b3de5 commit 5a061e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webroot/lang/ru_RU.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"langName": "Английский (США)",
"langName": "Русский (Россия)",
"global": {
"unknown": "Неизвестно"
},
Expand Down

0 comments on commit 5a061e6

Please sign in to comment.