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 d12bccb commit e286dc3Copy full SHA for e286dc3
docs/translation.md
@@ -54,12 +54,8 @@ changes to the ARB file.
54
55
### Using a translated string in the code
56
57
-To use in our widgets, you need to import the generated bindings:
58
-```
59
-import 'package:flutter_gen/gen_l10n/zulip_localizations.dart';
60
61
62
-Then in your widget code, pull the localizations object
+To use in your widget code, pull the localizations object
63
off of the Flutter build context:
64
```
65
Widget build(BuildContext context) {
0 commit comments