-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
18 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
/// This is a helper file for deferred loading of the messages for locale en, generated by `dart run messages`. | ||
// This is a helper file for deferred loading of the messages for locale en, | ||
// generated by `dart run messages`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
/// This is a helper file for deferred loading of the messages for locale fr, generated by `dart run messages`. | ||
// This is a helper file for deferred loading of the messages for locale fr, | ||
// generated by `dart run messages`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
/// This is a helper file for deferred loading of the messages for locale de, generated by `dart run messages`. | ||
// This is a helper file for deferred loading of the messages for locale de, | ||
// generated by `dart run messages`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
/// This is a helper file for deferred loading of the messages for locale en, generated by `dart run messages`. | ||
// This is a helper file for deferred loading of the messages for locale en, | ||
// generated by `dart run messages`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
pkgs/messages/examples_flutter/my_application/lib/src/my_app_de_DE_empty.g.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
/// This is a helper file for deferred loading of the messages for locale de_DE, generated by `dart run messages`. | ||
// This is a helper file for deferred loading of the messages for locale de_DE, | ||
// generated by `dart run messages`. |
3 changes: 2 additions & 1 deletion
3
pkgs/messages/examples_flutter/my_application/lib/src/my_app_en_US_empty.g.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
/// This is a helper file for deferred loading of the messages for locale en_US, generated by `dart run messages`. | ||
// This is a helper file for deferred loading of the messages for locale en_US, | ||
// generated by `dart run messages`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters