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-kb-fact-linking files translation using properties files
  • Loading branch information
awachatilf committed Oct 11, 2023
1 parent a89aaee commit ad7a318
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
wicket:message="placeholder:newRole.null.placeholder"></input>
</div>
<div class="text-nowrap" style="display: table-cell; padding-left: 15px;">
<button wicket:id="add" type = "submit" class="btn btn-xs">Add</button>
<button wicket:id="del" type = "button" class="btn btn-xs">Del</button>
<button wicket:id="set" type = "submit" class="btn btn-xs">Set</button>
<button wicket:id="add" type = "submit" class="btn btn-xs"><wicket:message key="add"/></button>
<button wicket:id="del" type = "button" class="btn btn-xs"><wicket:message key="del"/></button>
<button wicket:id="set" type = "submit" class="btn btn-xs"><wicket:message key="set"/></button>
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 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.
add=Add
del=Del
set=Set
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 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.
add=Ajouter
del=Supprimer
set=Mettre à jour

0 comments on commit ad7a318

Please sign in to comment.