Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE-old
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-old
Commits
34b8e0d5
Commit
34b8e0d5
authored
Sep 18, 2024
by
Vladislav
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added IFS= for line
parent
62c3497b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
functions_helper
data_from_portwine/scripts/functions_helper
+3
-4
No files found.
data_from_portwine/scripts/functions_helper
View file @
34b8e0d5
...
...
@@ -146,14 +146,13 @@ TRANSLATIONS_VER=$scripts_install_ver
declare -A translations=(
EOF
if
[[
$LANGUAGE
==
"en"
]]
;
then
po_file
=
"
${
PORT_WINE_PATH
}
/data/locales/ru/LC_MESSAGES/PortProton.po"
po_file
=
"
${
PORT_WINE_PATH
}
/data/locales/ru/LC_MESSAGES/PortProton.po"
else
po_file
=
"
${
PORT_WINE_PATH
}
/data/locales/
$LANGUAGE
/LC_MESSAGES/PortProton.po"
fi
while
[[
!
"
$line
"
=
~ msgid
]]
;
do
read
-r
line
while
[[
"
$line
"
=
~ msgid
]]
;
do
while
IFS
=
read
-r
line
;
do
while
[[
"
$line
"
=
~ msgid
]]
;
do
unset
msgid
msgid
=
"
$line
"
read
-r
line
...
...
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