feat: add admin view for managing translation keys and values

This commit is contained in:
Ümit Tunç
2026-04-28 22:55:22 +03:00
parent c0bc615c98
commit cf90b90a7c
+16 -1
View File
@@ -35,7 +35,22 @@ $(document).ready(function(){
text-overflow:ellipsis;
overflow:hidden
}
#ceviri-table {
table-layout: fixed;
width: 100%;
}
#ceviri-table th:nth-child(1), #ceviri-table td:nth-child(1),
#ceviri-table th:nth-child(2), #ceviri-table td:nth-child(2) {
width: 45% !important;
}
#ceviri-table th:nth-child(3), #ceviri-table td:nth-child(3) {
width: 10% !important;
text-align: center;
}
#ceviri-table textarea {
width: 100% !important;
resize: vertical;
}
</style>
<div class="content">