Skip to content

Commit

Permalink
Bump version to 0.9.4 and update Russian translations for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
MatinDehghanian committed Dec 14, 2024
1 parent 17ee7f4 commit 665bee2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Create GitHub tag
id: create_tag
run: |
TAG_NAME="v0.9.${{ github.run_number }}"
TAG_NAME="v0.9.4.${{ github.run_number }}"
git tag $TAG_NAME
git push origin $TAG_NAME
echo "::set-output name=tag_name::$TAG_NAME"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ourenus",
"private": true,
"version": "0.7.0",
"version": "0.9.4",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 3 additions & 3 deletions src/locales/ru/translation.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"remaining_volume": "Осталось траффика",
"initial_volume": "Весь траффик",
"remaining_volume": "Осталось трафика",
"initial_volume": "Весь трафик",
"remaining_time": "Осталось времени",
"initial_time": "Всего времени",
"megabytes": "МБ",
Expand Down Expand Up @@ -43,5 +43,5 @@
"free": "Бесплатно",
"light": "Светлая",
"dark": "Темная",
"ended": "Закончилось"
"ended": "Закончилась"
}

0 comments on commit 665bee2

Please sign in to comment.