diff options
| author | Fuwn <[email protected]> | 2024-02-12 09:24:40 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-02-12 09:24:40 -0800 |
| commit | a737a7483d77a1a61cb0303a75697a09c157da71 (patch) | |
| tree | fcebad9d6f2a923cde7b7ab20938160c2223c90c /src/lib/Locale/layout.ts | |
| parent | feat(settings): settings sync category (diff) | |
| download | due.moe-a737a7483d77a1a61cb0303a75697a09c157da71.tar.xz due.moe-a737a7483d77a1a61cb0303a75697a09c157da71.zip | |
feat(settings): localise settings sync
Diffstat (limited to 'src/lib/Locale/layout.ts')
| -rw-r--r-- | src/lib/Locale/layout.ts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/lib/Locale/layout.ts b/src/lib/Locale/layout.ts index ce78d6db..2f48f0a1 100644 --- a/src/lib/Locale/layout.ts +++ b/src/lib/Locale/layout.ts @@ -143,6 +143,17 @@ export interface Locale { }; settingsSync: { title: LocaleValue; + buttons: { + pull: { + title: LocaleValue; + hint: LocaleValue; + }; + push: { + title: LocaleValue; + hint: LocaleValue; + }; + disable: LocaleValue; + }; }; }; user: { |