Add a checkbox to include/exclude translations

This commit is contained in:
2022-03-16 00:37:08 -04:00
parent f33fd3b49c
commit 1a2da9d4fc
6 changed files with 63 additions and 20 deletions

View File

@@ -11,3 +11,11 @@
.mod-title {
margin-bottom: 8px;
}
.include-translations {
margin-bottom: 12px;
}
.include-translations input {
margin-right: 8px;
}

View File

@@ -21,3 +21,11 @@
.file-list li {
margin-top: 8px;
}
.include-translations {
margin-bottom: 12px;
}
.include-translations input {
margin-right: 8px;
}