Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
Update to 1.3-rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
lufog committed Jul 23, 2023
1 parent cf7f0e8 commit 7e736a7
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 53 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Russian Language for the [Aseprite](https://github.com/aseprite/aseprite) graphi
Run Aseprite and go to "Edit > Preferences > Extensions", click the "Add Extension" button. Select the `russian-language.aseprite-extension` file and confirm your choice by pressing the "OK" button.

## Switch Language
Go to ```Edit``` -> ```Preferences``` on the ```General``` tab switch the language to ```ru```.
Go to ```Edit``` -> ```Preferences``` on the ```General``` tab switch the language to ```Russian```.
2 changes: 1 addition & 1 deletion README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Language: [En](README.md), Ru


## Переключение языка
Перейдите в ```Edit``` -> ```Preferences``` на вкладке ```General``` переключите язык на ```ru```.
Перейдите в ```Edit``` -> ```Preferences``` на вкладке ```General``` переключите язык на ```Russian```.
10 changes: 5 additions & 5 deletions russian-language/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "russian-language",
"displayName": "Russian Language",
"description": "",
"version": "1.3-rc4",
"displayName": "Russian Translation",
"description": "Translation to Russian by Aleksey Smirnov (aka lufog)",
"version": "1.3-rc5",
"author": {
"name": "Aleksey Smirnov (aka Lufog)",
"name": "Aleksey Smirnov (aka lufog)",
"email": "debugger94@gmail.com",
"url": "https://github.com/lufog/aseprite-language-russian"
},
Expand All @@ -14,7 +14,7 @@
"categories": [ "Languages" ],
"contributes": {
"languages": [
{ "id": "ru", "path": "./ru.ini"}
{ "id": "ru", "path": "./ru.ini", "displayName": "Russian" }
]
}
}
Loading

0 comments on commit 7e736a7

Please sign in to comment.