We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9517336 commit 5516c71Copy full SHA for 5516c71
lib/licenses.dart
@@ -23,6 +23,9 @@ Stream<LicenseEntry> additionalLicenses() async* {
23
rootBundle.loadString('assets/Pygments/AUTHORS.txt'),
24
]);
25
26
+ // This does not need to be translated, as it is just a small fragment
27
+ // of text surrounded by a large quantity of English text that isn't
28
+ // translated anyway.
29
return '$licenseFileText\n\nAUTHORS file follows:\n\n$authorsFileText';
30
}());
31
yield LicenseEntryWithLineBreaks(
0 commit comments