Review languages and locales; fix start/end dates and timings formats

This commit is contained in:
Claude Brisson
2023-11-26 07:30:28 +01:00
parent b2c56145c4
commit b6be5c8c31
7 changed files with 84 additions and 44 deletions

View File

@@ -70,6 +70,7 @@
<link rel="stylesheet" href="/css/main.css"/>
<script type="text/javascript">
const lang = '${request.lang}';
const locale = '${request.locale}';
// #[[
onLoad(() => {
$('#lang').on('click', e => {

View File

@@ -3,11 +3,11 @@
<toolbox scope="application">
<tool key="translate" class="org.jeudego.pairgoth.view.TranslationTool"/>
<tool key="strings" class="org.apache.commons.lang3.StringUtils"/>
<!--
<tool key="number" format="#0.00"/>
<tool key="date" locale="fr_FR" format="yyyy-MM-dd"/>
<tool key="inflector" class="org.atteo.evo.inflector.English"/>
<tool key="strings" class="org.apache.commons.lang3.StringUtils"/>
-->
</toolbox>