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-layer-docmetadata files translation using properties files
  • Loading branch information
awachatilf committed Oct 11, 2023
1 parent ad7a318 commit 1b80618
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<html xmlns:wicket="http://wicket.apache.org">
<wicket:panel>
<div wicket:id="noLayersWarning" class="flex-content flex-h-container no-data-notice">
<div>No document metadata layers available</div>
<div><wicket:message key="noMetaAvailable"/></div>
</div>
<div wicket:id="content" class="flex-content flex-v-container">
<div class="card-body flex-grow-0 pb-0">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<div class="flex-content flex-v-container flex-gutter flex-only-internal-gutter" style="min-width: 0;">
<div class="card flex-content">
<div class="card-header">
Document Metadata
<wicket:message key="documentMetadata"/>
</div>
<div wicket:id="annotations" class="flex-content flex-v-container"></div>
</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.
noMetaAvailable=No document metadata layers available
documentMetadata=Document Metadata
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.
noMetaAvailable=Pas de couche de métadonnées disponible
documentMetadata=Métadonnées du document

0 comments on commit 1b80618

Please sign in to comment.