Skip to content

Commit

Permalink
inception-project#4068 - Ability to change interface language (i18n)
Browse files Browse the repository at this point in the history
 - inception-active-learning files translation using properties files
  • Loading branch information
awachatilf committed Oct 11, 2023
1 parent a68ebe1 commit d82cfca
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</form>

<div wicket:id="mainContainer" class="flex-content flex-v-container flex-gutter flex-only-internal-gutter">
<span class="flex-content no-data-notice" wicket:id="noRecommenders">no Recommenders</span>
<span class="flex-content no-data-notice" wicket:id="noRecommenders"><wicket:message key="noRecommenders"/></span>

<div class="card mt-3" wicket:enclosure="noRecommendationLabel">
<div class="card-body">
Expand All @@ -48,7 +48,7 @@
</div>

<form class="card" wicket:id="learnFromSkippedRecommendationForm">
<span class="col-sm-12" wicket:id="onlySkippedRecommendationLabel">learnSkippedOnes</span>
<span class="col-sm-12" wicket:id="onlySkippedRecommendationLabel"><wicket:message key="learnSkippedOnes"/></span>
<div class="card-footer text-end">
<input type="submit" class="btn btn-success" wicket:id="learnSkippedOnes" value="Yes"/>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Licensed to the Technische Universität Darmstadt under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The Technische Universität Darmstadt
# licenses this file to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License.
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
noRecommenders=no Recommenders
learnSkippedOnes=learnSkippedOnes
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Licensed to the Technische Universität Darmstadt under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The Technische Universität Darmstadt
# licenses this file to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License.
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
noRecommenders=Pas de recommandeur
learnSkippedOnes=avec apprentissage sauté

0 comments on commit d82cfca

Please sign in to comment.