File tree Expand file tree Collapse file tree 4 files changed +14
-8
lines changed
Pages/home_screen/widgets Expand file tree Collapse file tree 4 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -68,14 +68,20 @@ flutter doctor
68
68
flutter pub get
69
69
```
70
70
71
- 5 . Installing packages (** IOS ONLY** )
71
+ 5 . Initialize localization for multi-language support.
72
+
73
+ ``` bash
74
+ flutter gen-l10n --arb-dir=lib/l10n/arb
75
+ ```
76
+
77
+ 6 . Installing packages (** IOS ONLY** )
72
78
73
79
``` bash
74
80
cd ios
75
81
pod install --verbose
76
82
```
77
83
78
- 6 . Run the app:
84
+ 7 . Run the app:
79
85
80
86
``` bash
81
87
flutter run
Original file line number Diff line number Diff line change @@ -1521,11 +1521,11 @@ class _RSSFeedHomePageState extends State<RSSFeedHomePage>
1521
1521
const EdgeInsets .all (
1522
1522
5.0 ),
1523
1523
child: Text (
1524
- tagLable.length <= 20
1524
+ tagLable.length <= 17
1525
1525
? tagLable
1526
1526
: tagLable
1527
1527
.substring (
1528
- 0 , 20 ) +
1528
+ 0 , 17 ) +
1529
1529
".." ,
1530
1530
style: TextStyle (
1531
1531
fontSize: 12 ),
Original file line number Diff line number Diff line change 68
68
"rules_match": "Match",
69
69
"rules_exclude": "Exclude",
70
70
"feeds_no_rules_defined": "No rules defined.",
71
- "rules_textfield_lable" : "Lable ",
72
- "rules_textfield_hint" : "Lable ",
71
+ "rules_textfield_lable" : "Label ",
72
+ "rules_textfield_hint" : "Label ",
73
73
"rules_textfield_validator" : "You must specify a label.",
74
74
"feeds_applicable_feed": "Applicable Feed",
75
75
"feeds_applicable_feed_validator": "Please select a feed",
Original file line number Diff line number Diff line change 12
12
"torrent_magnet_link_textfield_hint": "टोरेंट URL या मैग्नेट लिंक",
13
13
"torrent_magnet_link_textfield_validator": "फ़ील्ड खाली नहीं हो सकता",
14
14
"textfield_destination_torrent": "गंतव्य",
15
- "torrents_destination_base_path": "बेस पथ के रूप में उपयोग करें ",
15
+ "torrents_destination_base_path": "बेस पथ रूप में उपयोग",
16
16
"torrents_destination_completed": "पूर्ण",
17
17
"torrents_destination_sequential": "क्रमिक डाउनलोड",
18
18
"add_torrent_button": "टोरेंट जोड़ें",
71
71
"feeds_match_pattern_validator": "अवैध नियमित अभिव्यक्ति।",
72
72
"rules_exclude_pattern": "पैटर्न छोड़ें",
73
73
"feeds_torrent_destination": "टॉरेंट गंतव्य",
74
- "feeds_rule_start_on_load": "लोड पर शुरू करें ",
74
+ "feeds_rule_start_on_load": "लोड पर शुरू",
75
75
"button_new": "नया",
76
76
"button_add": "जोड़ें",
77
77
"button_cancel": "रद्द करें",
You can’t perform that action at this time.
0 commit comments