feat: add internationalization message platform

This commit is contained in:
donghyeon-ka
2026-07-26 16:17:39 +09:00
parent b8c0444217
commit 668bf05b48
57 changed files with 1711 additions and 201 deletions
+14 -3
View File
@@ -131,11 +131,13 @@
margin-inline-start: auto;
}
.theme-selector {
.theme-selector,
.locale-selector {
display: block;
}
.theme-selector .ui-field__label {
.theme-selector .ui-field__label,
.locale-selector .ui-field__label {
position: absolute;
width: 1px;
height: 1px;
@@ -147,13 +149,18 @@
border: 0;
}
.theme-selector .ui-field__input {
.theme-selector .ui-field__input,
.locale-selector .ui-field__input {
min-height: var(--size-control-sm);
max-width: 8.5rem;
padding: 0.35rem 2rem 0.35rem 0.65rem;
cursor: pointer;
}
.locale-selector .ui-field__input {
max-width: 7rem;
}
.app-shell__session-error {
position: absolute;
top: calc(100% + 0.25rem);
@@ -1340,6 +1347,10 @@
display: none;
}
.app-shell__session .theme-selector {
display: none;
}
.app-shell__brand {
display: none;
}