aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Locale/layout.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-02-12 09:24:40 -0800
committerFuwn <[email protected]>2024-02-12 09:24:40 -0800
commita737a7483d77a1a61cb0303a75697a09c157da71 (patch)
treefcebad9d6f2a923cde7b7ab20938160c2223c90c /src/lib/Locale/layout.ts
parentfeat(settings): settings sync category (diff)
downloaddue.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.ts11
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: {