mirror of
https://github.com/henrygd/beszel.git
synced 2026-04-21 04:01:50 +02:00
rtl layout progress and updates to arabic translations
This commit is contained in:
@@ -39,3 +39,6 @@ export const $containerFilter = atom("")
|
||||
|
||||
/** Fallback copy to clipboard dialog content */
|
||||
export const $copyContent = atom("")
|
||||
|
||||
/** Direction for localization */
|
||||
export const $direction = atom<"ltr" | "rtl">("ltr")
|
||||
|
||||
Reference in New Issue
Block a user