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
stardat
stardat-ddieditor
Commits
4ef3595d
Commit
4ef3595d
authored
Nov 11, 2020
by
Zolghadr, Mahan
Browse files
Add Internationalization for add item
#409
parent
1a8fe02a
Pipeline
#14989
passed with stage
in 1 minute and 35 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gesis/stardat/ui/view/question/QuestionWindow.java
View file @
4ef3595d
...
...
@@ -576,7 +576,7 @@ public class QuestionWindow extends BaseStoreCancelWindow implements Translatabl
createRowSection
(
fLQuestion
,
codeCategoryGridLabel
,
codeCategoryGrid
);
MButton
newCodeCategoryButton
=
new
MButton
(
"+
Item hinzufügen"
);
MButton
newCodeCategoryButton
=
new
MButton
(
"+
"
+
I18N
.
get
(
"QuestionWindow.add.item"
)
);
newCodeCategoryButton
.
addClickListener
(
e
->
{
QuestionCodeCategoryWindow
ccEditWindow
=
new
QuestionCodeCategoryWindow
(
QUESTION_CODE_CATEGORY_WINDOW
,
...
...
src/main/resources/org/vaadin/spring/i18n/messages_de.properties
View file @
4ef3595d
...
...
@@ -1091,6 +1091,7 @@ QuestionAnswerPanel.translate=Übersetzen
QuestionWindow.answer.select
=
Auswählen
QuestionWindow.answer.close
=
Schließen
QuestionWindow.add.item
=
Item hinzufügen
...
...
src/main/resources/org/vaadin/spring/i18n/messages_en.properties
View file @
4ef3595d
...
...
@@ -1086,3 +1086,4 @@ QuestionAnswerPanel.translate=Translate
QuestionWindow.answer.select
=
Select
QuestionWindow.answer.close
=
Close
QuestionWindow.add.item
=
Add item
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