We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e79eb commit 69dddcbCopy full SHA for 69dddcb
lib/src/utils/arb_files_generator.dart
@@ -32,6 +32,7 @@ Future<void> generate() async{
32
)..setAttribute("download", "app_$locale.arb")..click();
33
}
34
35
+ toLocales.clear();
36
37
38
Future<String> getTranslation(String text, String to) async {
0 commit comments