Translations + bugfix

This commit is contained in:
Imran Remtulla
2022-12-20 18:19:44 -05:00
parent 6a21045e5b
commit b151eb27e1
10 changed files with 88 additions and 21 deletions

View File

@@ -142,7 +142,7 @@ preStandardizeUrl(String url) {
return url;
}
const String noAPKFound = 'No APK found';
String noAPKFound = tr('noAPKFound');
List<String> getLinksFromParsedHTML(
Document dom, RegExp hrefPattern, String prependToLinks) =>
@@ -196,8 +196,7 @@ class AppSource {
],
[
GeneratedFormItem('noVersionDetection',
label: 'Do not attempt version detection', // TODO
type: FormItemType.bool)
label: tr('noVersionDetection'), type: FormItemType.bool)
]
];