Skip to content

Commit 651f4a5

Browse files
committed
INTLV-28: Implement translation component for the app
Signed-off-by: wthrajat <[email protected]>
1 parent ca49d99 commit 651f4a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PROGRESS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
- [X] Fixed: JSX Editor gets console error of document returned as null & object not loading properly ([INTLV-21 commit](https://github.com/xwiki-contrib/application-interactive-link-visualizer/commit/1e355b465492c230b2ac64a5ddfe189f9355579f))
104104
- [X] Fixed: Visualisation is initialised twice when there in another DOM updated event ([INTLV-22 commit](https://github.com/xwiki-contrib/application-interactive-link-visualizer/commit/eddf9c12f7744e040d99330b1c1039b01f002121))
105105
- [X] Fixed: Add a label to the `max number of pages to display` element
106-
- [X] Fixed: Added support for translations of application pages
106+
- [X] Fixed: Added support for translations of application pages ([INTLV-28 commit](https://github.com/xwiki-contrib/application-interactive-link-visualizer/commit/ca49d996ba2e496ef77c3026e0922a944c2ec020))
107107

108108
<!--
109109
## Week 11 (14 August - 20 August 2023)

application-interactive-link-visualizer-ui/src/main/resources/XWiki/InteractiveLinkVisualizer/Code/MainVisualisation.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@
331331
<property>
332332
<code>#sigma-container {
333333
width: 100%;
334-
height: 700px;
334+
height: 100vh;
335335
border: 1px solid @breadcrumb-bg;
336336
border-radius: 5px;
337337
box-shadow: rgba(red(@text-color), green(@text-color), blue(@text-color), 0.2) 0px 2px 6px;

0 commit comments

Comments
 (0)