Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Neeme Kahusk
Lightewn
Commits
93de599d
Commit
93de599d
authored
Feb 25, 2015
by
Neeme Kahusk
Browse files
translation tables
parent
c43ddc19
Changes
2
Hide whitespace changes
Inline
Side-by-side
tools/totrans.sh
View file @
93de599d
...
...
@@ -22,6 +22,6 @@ do
then
j
=
$[$ulimit
+1]
fi
echo
$i
$j
python trans.py
-p
$2
-r
$prefix
-s
$i
-e
$j
python trans.py
-p
$2
-s
$i
-e
$j
i
=
$[$i
+200]
done
tools/trans.py
View file @
93de599d
...
...
@@ -87,7 +87,9 @@ def main():
if
i
[
'gloss'
]
==
PwnList
[
j
][
'gloss'
]:
oStr
=
oStr
+
'%s:%s
\n
'
%
(
i
[
'synset_offset'
],
PwnList
[
j
][
'synset_offset'
])
oFileName
=
'fin2pwn-%s'
%
options
.
pos
oFileName
=
'fin2pwn-%s-%s-%s.txt'
%
(
options
.
pos
,
options
.
start
,
options
.
end
)
# visdic_xml = make_visdic_xml(oList,b.root)
...
...
Write
Preview
Supports
Markdown
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