Skip to content

Commit 00198bf

Browse files
committed
feat: add 'check for app updates' setting and translations
Introduces a new 'check for app updates' option in settings, updates logic to conditionally check for updates, and adds corresponding translation strings across all supported languages.
1 parent e269ba1 commit 00198bf

34 files changed

+70
-32
lines changed

src/lang/ar-ye.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,5 +426,6 @@
426426
"reviews": "التقييمات",
427427
"overview": "نظرة عامة",
428428
"contributors": "المساهمون",
429-
"quicktools:hyphen": "إدراج شرطة"
429+
"quicktools:hyphen": "إدراج شرطة",
430+
"check for app updates": "Check for app updates"
430431
}

src/lang/be-by.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,5 +427,6 @@
427427
"reviews": "reviews",
428428
"overview": "Overview",
429429
"contributors": "Contributors",
430-
"quicktools:hyphen": "Insert hyphen symbol"
430+
"quicktools:hyphen": "Insert hyphen symbol",
431+
"check for app updates": "Check for app updates"
431432
}

src/lang/bn-bd.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,5 +426,6 @@
426426
"reviews": "রিভিউ",
427427
"overview": "সংক্ষিপ্ত বিবরণ",
428428
"contributors": "অবদানকারী",
429-
"quicktools:hyphen": "হাইফেন যুক্ত করুন"
429+
"quicktools:hyphen": "হাইফেন যুক্ত করুন",
430+
"check for app updates": "Check for app updates"
430431
}

src/lang/cs-cz.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,5 +426,6 @@
426426
"reviews": "reviews",
427427
"overview": "Overview",
428428
"contributors": "Contributors",
429-
"quicktools:hyphen": "Insert hyphen symbol"
429+
"quicktools:hyphen": "Insert hyphen symbol",
430+
"check for app updates": "Check for app updates"
430431
}

src/lang/de-de.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,5 +426,6 @@
426426
"reviews": "Bewertungen",
427427
"overview": "Überblick",
428428
"contributors": "Mitwirkende",
429-
"quicktools:hyphen": "Bindestrich-Symbol einfügen"
429+
"quicktools:hyphen": "Bindestrich-Symbol einfügen",
430+
"check for app updates": "Check for app updates"
430431
}

src/lang/en-us.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,5 +426,6 @@
426426
"reviews": "reviews",
427427
"overview": "Overview",
428428
"contributors": "Contributors",
429-
"quicktools:hyphen": "Insert hyphen symbol"
429+
"quicktools:hyphen": "Insert hyphen symbol",
430+
"check for app updates": "Check for app updates"
430431
}

src/lang/es-sv.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,5 +426,6 @@
426426
"reviews": "reviews",
427427
"overview": "Overview",
428428
"contributors": "Contributors",
429-
"quicktools:hyphen": "Insert hyphen symbol"
429+
"quicktools:hyphen": "Insert hyphen symbol",
430+
"check for app updates": "Check for app updates"
430431
}

src/lang/fr-fr.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,5 +426,6 @@
426426
"reviews": "reviews",
427427
"overview": "Overview",
428428
"contributors": "Contributors",
429-
"quicktools:hyphen": "Insert hyphen symbol"
429+
"quicktools:hyphen": "Insert hyphen symbol",
430+
"check for app updates": "Check for app updates"
430431
}

src/lang/he-il.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,5 +427,6 @@
427427
"reviews": "reviews",
428428
"overview": "Overview",
429429
"contributors": "Contributors",
430-
"quicktools:hyphen": "Insert hyphen symbol"
430+
"quicktools:hyphen": "Insert hyphen symbol",
431+
"check for app updates": "Check for app updates"
431432
}

src/lang/hi-in.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,5 +427,6 @@
427427
"reviews": "समीक्षाएँ",
428428
"overview": "ओवरव्यू",
429429
"contributors": "सहयोगी",
430-
"quicktools:hyphen": "हाइफ़न प्रतीक डालें"
430+
"quicktools:hyphen": "हाइफ़न प्रतीक डालें",
431+
"check for app updates": "ऐप अपडेट की जांच करें"
431432
}

0 commit comments

Comments
 (0)