-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2918: Add tts on web #2985
base: main
Are you sure you want to change the base?
2918: Add tts on web #2985
Changes from all commits
9530674
9eb0b45
53a59cc
a0bc6a1
d838533
a3a4dbf
c0741da
8592cec
8acb476
5ec63a2
e4fecf3
ac7f3d8
5d8a435
a36dee7
af707de
8805341
2ee6fdb
b720631
366397f
b24583a
1ff36c5
2631024
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,7 @@ const commonIntegreatBuildConfig: CommonBuildConfigType = { | |
fixedCity: null, | ||
cityNotCooperatingTemplate, | ||
chat: true, | ||
tts: false, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why is this "false". Do we only want this feature on beta for now? |
||
}, | ||
aboutUrls: { | ||
default: 'https://integreat-app.de/about/', | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
issue_key: 2918 | ||
show_in_stores: true | ||
platforms: # relevant platforms, possible values: web, android and ios | ||
- web | ||
en: Added an exciting new Text-to-Speech feature! | ||
de: Eine spannende neue Text-zu-Sprache-Funktion wurde hinzugefügt! | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Either remove this release_note or enable the feature on production, by also setting tts to true in the build-config for integreat. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do not use
_
in names. Use camelCase instead. Also please do not put the actual name of the color in the variable nameing, because then it would need renaming if the color changes.Please stay consistent, either prefix both variables with "ttsPlayer" or none of them