-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #77 from CharlesMangwa/main
Implement internationalization `PapercupsIntl()` + some fixes
- Loading branch information
Showing
19 changed files
with
256 additions
and
174 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
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 |
---|---|---|
|
@@ -307,11 +307,13 @@ class _MyHomePageState extends State<MyHomePage> { | |
}, | ||
props: Props( | ||
accountId: "843d8a14-8cbc-43c7-9dc9-3445d427ac4e", | ||
title: titleController.text, | ||
translations: PapercupsIntl( | ||
title: titleController.text, | ||
subtitle: subtitleController.text, | ||
greeting: | ||
"Hello, have any questions or feedback? Let me know below!", | ||
), | ||
primaryColor: color, | ||
greeting: | ||
"Hello, have any questions or feedback? Let me know below!", | ||
subtitle: subtitleController.text, | ||
customer: CustomerMetadata( | ||
email: "[email protected]", | ||
externalId: "123", | ||
|
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
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
Oops, something went wrong.