mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
feat: add i18n infrastructure (#2854)
* feat: add i18n infrastructure * store langauge selection to patchDB ui section * feat: react to patchdb language change --------- Co-authored-by: Matt Hill <mattnine@protonmail.com>
This commit is contained in:
@@ -12,6 +12,7 @@ export type UIData = {
|
||||
}
|
||||
ackInstructions: Record<string, boolean>
|
||||
theme: string
|
||||
language: 'english' | 'spanish'
|
||||
}
|
||||
|
||||
export type UIMarketplaceData = {
|
||||
|
||||
Reference in New Issue
Block a user