You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: very_good_core/__brick__/README.md
+10-32Lines changed: 10 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,19 +77,7 @@ This project follows the [official internationalization guide for Flutter][inter
77
77
78
78
### Adding Strings
79
79
80
-
1. To add a new localizable string, open the `app_en.arb` file at `lib/l10n/arb/app_en.arb`.
81
-
82
-
```arb
83
-
{
84
-
"@@locale": "en",
85
-
"counterAppBarTitle": "Counter",
86
-
"@counterAppBarTitle": {
87
-
"description": "Text shown in the AppBar of the Counter Page"
88
-
}
89
-
}
90
-
```
91
-
92
-
2. Then add a new key/value and description
80
+
1. To add a new localizable string, open the `app_en.arb` file at `lib/l10n/arb/app_en.arb` and add a new key/value pair with the relevant description (optional):
93
81
94
82
```arb
95
83
{
@@ -100,12 +88,12 @@ This project follows the [official internationalization guide for Flutter][inter
0 commit comments