Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vladislav
PortWINE
Commits
d4bba69a
Commit
d4bba69a
authored
Apr 22, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts version 2283
parent
2b3e07f2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
4 deletions
+15
-4
changelog_en
data_from_portwine/changelog_en
+10
-0
changelog_ru
data_from_portwine/changelog_ru
+3
-2
functions_helper
data_from_portwine/scripts/functions_helper
+1
-1
var
data_from_portwine/scripts/var
+1
-1
No files found.
data_from_portwine/changelog_en
View file @
d4bba69a
...
...
@@ -2,6 +2,16 @@ You can help us in the development of the project on the website: https://linux-
----------------------------------------
Changelog:
###Scripts version 2283### Date: 22.04.2024 / Download update size: 12 megabytes
* global optimization of scripts has been performed
* added auto-installation of the game "Russian Fishing 4" (thanks to Boria138)
* moved the localization method from variables to .po files (makes it possible to translate into any language)
Special thanks:
Boria138 - for help in the localization transition to .po files
Alex V. - for most of the localization into Russian
chal55rus - for the operational test and finding problems in translation
Xpamych, Vano, Dervart, Boria138 - for help in editing the translation
###Scripts version 2282### Date: 19.04.2024 / Download update size: 15 megabytes
* fixed downloading required versions of WINE from SteamDeck gaming mode
* improved functions related to the work of flatpak (thanks to Boria138)
...
...
data_from_portwine/changelog_ru
View file @
d4bba69a
...
...
@@ -2,14 +2,15 @@
-----------------------------------------
История изменений:
###Scripts version 2283### Дата: 22.04.2024 / Размер скачиваемого обновления: 12 мегабайт
* произведена глобальная оптимизация скриптов
* добавлена автоустановка игры "Русская Рыбалка 4"
* добавлена автоустановка игры "Русская Рыбалка 4"
(спасибо Boria138)
* перенесен метод локализации из переменных на .po файлы (дает возможность перевода на любой язык)
Отдельное спасибо:
Boria138 - за помощь в переходе локализации на .po файлы
Alek V. - за большую часть локализации на русский язык
chal55rus - за оперативный тест и нахождение проблем в переводе
Храмыч, Vano, Dervart, Boria138 - за помощь в редактуре перевода
###Scripts version 2282### Дата: 19.04.2024 / Размер скачиваемого обновления: 15 мегабайт
* исправлено скачивание необходимых версий WINE из игрового режима SteamDeck
...
...
data_from_portwine/scripts/functions_helper
View file @
d4bba69a
...
...
@@ -2562,7 +2562,7 @@ pw_tray_icon () {
$(
eval_gettext
"WINEFILE"
)
!bash -c pw_tray_winefile!"
$PW_GUI_ICON_PATH
/wine_file.svg
"||
\
$(
eval_gettext
"TASKMGR"
)
!bash -c pw_tray_taskmgr!"
$PW_GUI_ICON_PATH
/wine_system.svg
"||
\
$(
eval_gettext
"CHANGELOG"
)
!bash -c open_changelog!"
$PW_GUI_ICON_PATH
/history.svg
"||
\
$(
eval_gettext
"FORCE EXIT"
)
!bash -c tray_icon_click_exit!"
$PW_GUI_ICON_PATH
/close.svg
"||"
2>/dev/null &
$(
eval_gettext
"FORCE EXIT"
)
!bash -c tray_icon_click_exit!"
$PW_GUI_ICON_PATH
/close.svg
"||"
2>/dev/null &
return
0
}
...
...
data_from_portwine/scripts/var
View file @
d4bba69a
#!/usr/bin/env bash
#Author: Castro-Fidel (linux-gaming.ru)
#SCRIPTS_NEXT_VERSION=228
2
#SCRIPTS_NEXT_VERSION=228
3
########################################################################
export
LANGUAGES_LIST
=
"ru"
export
PW_MANGOHUD
=
"0"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment