Skip to content

Commit 69dddcb

Browse files
* 🐛 locale selection fixed
1 parent e5e79eb commit 69dddcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/utils/arb_files_generator.dart

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Future<void> generate() async{
3232
)..setAttribute("download", "app_$locale.arb")..click();
3333
}
3434
}
35+
toLocales.clear();
3536
}
3637

3738
Future<String> getTranslation(String text, String to) async {

0 commit comments

Comments
 (0)