Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TDL Open Source
TOP IDE
Commits
e75ef3e5
Commit
e75ef3e5
authored
Jun 17, 2020
by
Philip Makedonski
Browse files
+ translation improvement
parent
af47bc7b
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/org.etsi.mts.tdl.rt.ui/src/org/etsi/mts/tdl/tools/rt/ui/handlers/TranslationHandler.java
View file @
e75ef3e5
...
...
@@ -128,7 +128,7 @@ public class TranslationHandler extends AbstractHandler {
m
.
put
(
extension
,
factory
);
Resource
outputResource
=
factory
.
createResource
(
URI
.
createURI
(
r
.
getURI
().
toString
()+
".tdl"
));
outputResource
.
getContents
().
add
(
p
);
outputResource
.
getContents
().
add
All
(
EcoreUtil
.
copyAll
(
r
.
getContents
())
);
Map
options
=
new
HashMap
<>();
options
.
put
(
XMIResourceImpl
.
OPTION_ENCODING
,
"UTF-8"
);
try
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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