-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hotfix: Fix social media share issues & rounds localization (#1152)
* Fix: Update social message based on locale and current URL * fix: Fix Round x / x localization in Score action * fix: Update currentUrl logic in Header component by stripping it from query string (participant_id) * chore: Remove console.log * refactor: Use experiment collection name as hashtag * refactor: Use original toontje hoger share message * refactor: Update button_link in ToontjeHoger rules to "/collection/toontjehoger"
- Loading branch information
1 parent
66fec8d
commit e7a3f37
Showing
11 changed files
with
38 additions
and
24 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
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
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
Binary file not shown.
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-06-11 15:02+0200\n" | ||
"POT-Creation-Date: 2024-06-25 21:58+0200\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -130,33 +130,34 @@ msgstr "" | |
msgid "Select a Playlist" | ||
msgstr "" | ||
|
||
#: experiment/actions/score.py:31 | ||
msgid "Round {session.rounds_passed()} / {self.session.experiment.rounds}" | ||
msgstr "" | ||
#: experiment/actions/score.py:30 | ||
#, python-brace-format | ||
msgid "Round {rounds_passed} / {total_rounds}" | ||
msgstr "Ronde {rounds_passed} van {total_rounds}" | ||
|
||
#: experiment/actions/score.py:43 | ||
#: experiment/actions/score.py:45 | ||
#, fuzzy | ||
#| msgid "Final score" | ||
msgid "Total Score" | ||
msgstr "Eindscore" | ||
|
||
#: experiment/actions/score.py:44 experiment/rules/musical_preferences.py:125 | ||
#: experiment/actions/score.py:46 experiment/rules/musical_preferences.py:125 | ||
msgid "Next" | ||
msgstr "Volgende" | ||
|
||
#: experiment/actions/score.py:45 | ||
#: experiment/actions/score.py:47 | ||
msgid "You listened to:" | ||
msgstr "Je luisterde naar:" | ||
|
||
#: experiment/actions/score.py:77 | ||
#: experiment/actions/score.py:79 | ||
msgid "No points" | ||
msgstr "Geen punten" | ||
|
||
#: experiment/actions/score.py:80 | ||
#: experiment/actions/score.py:82 | ||
msgid "Incorrect" | ||
msgstr "Onjuist" | ||
|
||
#: experiment/actions/score.py:83 | ||
#: experiment/actions/score.py:85 | ||
msgid "Correct" | ||
msgstr "Correct" | ||
|
||
|
@@ -4025,7 +4026,9 @@ msgstr "punten" | |
msgid "No points yet!" | ||
msgstr "Nog geen punten!" | ||
|
||
#~ msgid "Round {} / {}" | ||
#, fuzzy, python-format | ||
#~| msgid "Round {} / {}" | ||
#~ msgid "Round %s / %s" | ||
#~ msgstr "Ronde {} / {}" | ||
|
||
#, python-format | ||
|
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