File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ base_url: "https://api.crowdin.com"
44preserve_hierarchy : true
55
66languages_mapping :
7- flutter_code :
7+ two_letters_code :
88 it : it
99 fr : fr
1010 es : es
@@ -31,5 +31,5 @@ languages_mapping:
3131
3232files :
3333 - source : /lib/l10n/app_en.arb
34- translation : /lib/l10n/app_%flutter_code %.arb
34+ translation : /lib/l10n/app_%two_letters_code %.arb
3535 update_option : update_as_unapproved
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import 'package:lottie/lottie.dart';
55import 'package:dotlottie_loader/dotlottie_loader.dart' ;
66import 'dart:io' ;
77import 'package:window_manager/window_manager.dart' ;
8- import 'package:flutter_localizations/flutter_localizations.dart' ;
98
109import 'l10n/app_localizations.dart' ;
1110import 'services/services.dart' ;
You can’t perform that action at this time.
0 commit comments