Add a script to generate the screenshots for all the available languages.

Change the format of data.js generated file.
Add Fragment to the URL to limit the number of displayed languages.
Add a checkbox to display all screenshots or not.
This commit is contained in:
Benoit Marty 2024-03-07 13:09:28 +01:00 committed by Benoit Marty
parent a9e97d7aa1
commit 1e13319f95
4 changed files with 181 additions and 62 deletions

View file

@ -50,10 +50,19 @@ img {
display: block;
}
.missing {
text-align: center;
}
th {
background: #0DBD8B;
}
br {
display: block;
margin: 4px 0;
}
#form_container {
margin: 0px auto;
}