11<!DOCTYPE html>
2- < html xmlns:th ="http://www.thymeleaf.org " xmlns:sec =" http://www.w3.org/1999/xhtml " th:lang ="${#locale.toLanguageTag()} ">
2+ < html xmlns:th ="http://www.thymeleaf.org " th:lang ="${#locale.toLanguageTag()} ">
33< head >
44 < meta charset ="UTF-8 ">
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
3030 </ div >
3131 </ div >
3232 < div id ="memories-panel " class ="memories-overview "> </ div >
33-
33+ </ div >
3434 <!-- Memory Processing Overlay -->
3535 < div id ="memory-processing-overlay " class ="memory-processing-overlay ">
3636 < div class ="memory-processing-content ">
@@ -41,23 +41,23 @@ <h2 class="memory-processing-title" th:text="#{memory.processing.title.creating}
4141 < div class ="memory-processing-steps ">
4242 < div class ="processing-step active " data-step ="clustering ">
4343 < i class ="lni lni-bike "> </ i >
44- < span th:text ="#{memory.processing.step.clustering} "> Clustering trips and visits...</ span >
44+ < span th:text ="#{js. memory.processing.step.clustering} "> Clustering trips and visits...</ span >
4545 </ div >
4646 < div class ="processing-step " data-step ="visits ">
4747 < i class ="lni lni-map-marker-1 "> </ i >
48- < span th:text ="#{memory.processing.step.visits} "> Creating visit records...</ span >
48+ < span th:text ="#{js. memory.processing.step.visits} "> Creating visit records...</ span >
4949 </ div >
5050 < div class ="processing-step " data-step ="accommodation ">
5151 < i class ="lni lni-home-2 "> </ i >
52- < span th:text ="#{memory.processing.step.accommodation} "> Determining accommodation...</ span >
52+ < span th:text ="#{js. memory.processing.step.accommodation} "> Determining accommodation...</ span >
5353 </ div >
5454 < div class ="processing-step " data-step ="texts ">
5555 < i class ="lni lni-text-format "> </ i >
56- < span th:text ="#{memory.processing.step.texts} "> Generating texts...</ span >
56+ < span th:text ="#{js. memory.processing.step.texts} "> Generating texts...</ span >
5757 </ div >
5858 < div class ="processing-step " data-step ="images ">
5959 < i class ="lni lni-photos "> </ i >
60- < span th:text ="#{memory.processing.step.images} "> Copying images...</ span >
60+ < span th:text ="#{js. memory.processing.step.images} "> Copying images...</ span >
6161 </ div >
6262 </ div >
6363 < div class ="memory-processing-progress ">
@@ -97,11 +97,11 @@ <h2 class="memory-processing-title" th:text="#{memory.processing.title.creating}
9797
9898 function startMemoryProcessingAnimation ( ) {
9999 const steps = [
100- { step : 'clustering' , text : /* t('js. memory.processing.step.clustering')*/ 'Clustering trips and visits...' } ,
101- { step : 'visits' , text : /* t('js. memory.processing.step.visits')*/ 'Creating visit records...' } ,
102- { step : 'accommodation' , text : /* t('js. memory.processing.step.accommodation')*/ 'Determining accommodation...' } ,
103- { step : 'texts' , text : /* t('js. memory.processing.step.texts')*/ 'Generating texts...' } ,
104- { step : 'images' , text : /* t('js. memory.processing.step.images')*/ 'Copying images...' }
100+ { step : 'clustering' , text : t ( 'memory.processing.step.clustering' ) } ,
101+ { step : 'visits' , text : t ( 'memory.processing.step.visits' ) } ,
102+ { step : 'accommodation' , text : t ( 'memory.processing.step.accommodation' ) } ,
103+ { step : 'texts' , text : t ( 'memory.processing.step.texts' ) } ,
104+ { step : 'images' , text : t ( 'memory.processing.step.images' ) }
105105 ] ;
106106
107107 let currentStepIndex = 0 ;
0 commit comments