472 B
472 B
Localization
If the feature requires adding new strings, you can do that by following these steps:
-
Add a new entry inside app_en.arb (remember to save!)
-
In your dart file, add the following import
import "package:ente_auth/l10n/l10n.dart";
-
Refer to the string using
context.l10n.<keyName>
. For examplecontext.l10n.account