fix: add Indonesian (id-ID) language support and improve language selector (#24951)

This commit is contained in:
lyzno1
2025-09-02 14:44:59 +08:00
committed by GitHub
parent a32dde5428
commit 0caa94bd1c
32 changed files with 5074 additions and 21 deletions

View File

@@ -36,7 +36,7 @@ export default function LocaleSigninSelect({
leaveTo="transform opacity-0 scale-95"
>
<MenuItems className="absolute right-0 z-10 mt-2 w-[200px] origin-top-right divide-y divide-divider-regular rounded-xl border-[0.5px] border-components-panel-border bg-components-panel-bg-blur shadow-lg focus:outline-none">
<div className="px-1 py-1 ">
<div className="max-h-96 overflow-y-auto px-1 py-1 [mask-image:linear-gradient(to_bottom,transparent_0px,black_8px,black_calc(100%-8px),transparent_100%)]">
{items.map((item) => {
return <MenuItem key={item.value}>
<button