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
Mikhail Tergoev
PortWINE
Commits
4fc1cbcd
Commit
4fc1cbcd
authored
May 18, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix changlelog for ES locale
parent
d12a7632
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
functions_helper
data_from_portwine/scripts/functions_helper
+2
-2
No files found.
data_from_portwine/scripts/functions_helper
View file @
4fc1cbcd
...
...
@@ -1297,7 +1297,7 @@ pw_port_update () {
return
1
fi
fi
local
PW_CHANGELOG_FILE
=
"changelog_
${
LANGUAGE
}
"
[[
"
$LANGUAGE
"
==
ru
]]
&&
local
PW_CHANGELOG_FILE
=
"changelog_ru"
||
local
PW_CHANGELOG_FILE
=
"changelog_en
"
[[
!
-f
"
${
PORT_WINE_TMP_PATH
}
/scripts_update_notifier"
]]
&&
echo
"1"
>
"
${
PORT_WINE_TMP_PATH
}
/scripts_update_notifier"
read
"scripts_update_not"
<
"
${
PORT_WINE_TMP_PATH
}
/scripts_update_notifier"
if
[[
"
${
scripts_update_not
}
"
==
"1"
]]
;
then
...
...
@@ -2748,7 +2748,7 @@ pw_stop_progress_bar_cover_block () {
export
-f
pw_stop_progress_bar_cover_block
open_changelog
()
{
local
PW_CHANGELOG_FILE
=
"changelog_
${
LANGUAGE
}
"
[[
"
$LANGUAGE
"
==
ru
]]
&&
local
PW_CHANGELOG_FILE
=
"changelog_ru"
||
local
PW_CHANGELOG_FILE
=
"changelog_en
"
"
${
pw_yad_v13_0
}
"
--title
=
"
$(
eval_gettext
"CHANGELOG"
)
"
--no-buttons
--text-align
=
center
\
--text-info
--show-uri
--wrap
--width
=
1200
--height
=
700
--uri-color
=
red
\
--window-icon
=
"
$PW_GUI_ICON_PATH
/portproton.svg"
\
...
...
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