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
cdce88b8
Commit
cdce88b8
authored
Jun 24, 2024
by
Vladislav
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed locales bug, drop old function
parent
ba3146aa
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
14 deletions
+2
-14
functions_helper
data_from_portwine/scripts/functions_helper
+2
-12
loading_es.gif
data_from_portwine/themes/classic/loading_es.gif
+0
-0
unpacking_es.gif
data_from_portwine/themes/classic/unpacking_es.gif
+0
-0
update_prefix_es.gif
data_from_portwine/themes/classic/update_prefix_es.gif
+0
-0
style.css
data_from_portwine/themes/compact/style.css
+0
-2
No files found.
data_from_portwine/scripts/functions_helper
View file @
cdce88b8
...
...
@@ -41,14 +41,6 @@ change_locale () {
LANGUAGE
=
$(
<
"
${
PORT_WINE_TMP_PATH
}
/PortProton_loc"
)
fi
if
[[
"
$LANGUAGE
"
==
"RUS"
]]
;
then
LANGUAGE
=
ru
echo
"ru"
>
"
${
PORT_WINE_TMP_PATH
}
/PortProton_loc"
elif
[[
"
$LANGUAGE
"
==
"ENG"
]]
;
then
LANGUAGE
=
en
echo
"en"
>
"
${
PORT_WINE_TMP_PATH
}
/PortProton_loc"
fi
if
[[
!
-z
"
${
LANGUAGE
}
"
]]
\
&&
[[
!
-f
"
${
PORT_WINE_TMP_PATH
}
/PortProton_loc"
]]
then
...
...
@@ -74,18 +66,16 @@ change_locale () {
then
LANGUAGE
=
${
SET_LANG
}
else
exit
1
fi
fi
export
LANGUAGE
case
"
$LANGUAGE
"
in
ru
)
export
LC_ALL
=
ru_RU.UTF-8
check_start_from_steam
&&
export
LC_ALL
=
ru_RU.UTF-8
export
FULL_LN
=
"russian"
;;
es
)
export
LC_ALL
=
es_ES.UTF-8
check_start_from_steam
&&
export
LC_ALL
=
es_ES.UTF-8
export
FULL_LN
=
"spanish"
;;
*
)
...
...
data_from_portwine/themes/classic/loading_es.gif
0 → 100644
View file @
cdce88b8
321 KB
data_from_portwine/themes/classic/unpacking_es.gif
0 → 100644
View file @
cdce88b8
342 KB
data_from_portwine/themes/classic/update_prefix_es.gif
0 → 100644
View file @
cdce88b8
359 KB
data_from_portwine/themes/compact/style.css
View file @
cdce88b8
...
...
@@ -13,5 +13,3 @@ window>box>box>grid {padding: 0px 5px 5px 0px} /*комбобоксы в зап
window
>
box
>
label
{
background
:
@
theme_selected_bg_color
;
color
:
@
theme_text_color
;
margin
:
3px
0px
3px
0px
;
padding
:
5px
}
/*текст запуска ярлыка*/
window
>
box
>
box
>
label
{
background
:
@
theme_selected_bg_color
;
color
:
@
theme_text_color
;
margin
:
3px
0px
0px
0px
;
padding
:
5px
}
/*текст при создании ярлыка и в настройках*/
/*window>box>grid>switch>slider {min-width: 10px; min-height: 10px; margin: 5px;} /*размер слайдеров в настройках*/
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