Skip to content

Commit a513d4e

Browse files
authored
Fix flutter_localizations README references (flutter#120800)
1 parent ab1390e commit a513d4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/flutter_localizations/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ and `WidgetsLocalizations`, with appropriate name substitutions):
2020
String get showMenuTooltip;
2121
```
2222
to the localizations class `MaterialLocalizations`,
23-
in [`packages/flutter/lib/src/material/material_localizations.dart`](https://github.com/harperl-lgtm/flutter/blob/bottomSheetScrimFocus/packages/flutter/lib/src/material/material_localizations.dart);
23+
in [`packages/flutter/lib/src/material/material_localizations.dart`](https://github.com/flutter/flutter/blob/master/packages/flutter/lib/src/material/material_localizations.dart);
2424

2525
### For messages with parameters, add new function
2626
```
@@ -41,7 +41,7 @@ and `WidgetsLocalizations`, with appropriate name substitutions):
4141
@override
4242
String aboutListTileTitle(String applicationName) => 'About $applicationName';
4343
```
44-
For messages with parameters, do also add the function to `GlobalMaterialLocalizations` in [`packages/flutter_localizations/lib/src/material_localizations.dart`](https://github.com/harperl-lgtm/flutter/blob/bottomSheetScrimFocus/packages/flutter_localizations/lib/src/material_localizations.dart), and add a raw getter as demonstrated below:
44+
For messages with parameters, do also add the function to `GlobalMaterialLocalizations` in [`packages/flutter_localizations/lib/src/material_localizations.dart`](https://github.com/flutter/flutter/blob/master/packages/flutter_localizations/lib/src/material_localizations.dart), and add a raw getter as demonstrated below:
4545

4646
```
4747
/// The raw version of [aboutListTileTitle], with `$applicationName` verbatim

0 commit comments

Comments
 (0)