We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86fe39 commit e452fd3Copy full SHA for e452fd3
1 file changed
bin/generate_polkit_policy.dart
@@ -52,6 +52,7 @@ msgstr "${translations[locale]!["authenticationRequired"]}"
52
''';
53
for (UnlockReason reason in UnlockReason.values) {
54
translationFileContent += '''
55
+
56
msgid "${translations["en"]!["localAuthentication(map)"][reason.name]}"
57
msgstr "${translations[locale]!["localAuthentication(map)"][reason.name]}"
58
0 commit comments