Skip to content

Commit

Permalink
Merge pull request #6150 from seadowg/save-point-string
Browse files Browse the repository at this point in the history
Fix broken save point recovery translations
  • Loading branch information
grzesiek2010 authored May 22, 2024
2 parents 60d8f65 + a8d6a64 commit ffc5aa9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ https://github.com/getodk/collect/blob/master/docs/CONTRIBUTING.md
- [ ] added or modified tests for any new or changed behavior
- [ ] run `./gradlew connectedAndroidTest` (or `./gradlew testLab`) and confirmed all checks still pass
- [ ] added a comment above any new strings describing it for translators
- [ ] added any new strings with date formatting to `DateFormatsTest`
- [ ] verified that any code or assets from external sources are properly credited in comments and/or in the [about file](https://github.com/getodk/collect/blob/master/collect_app/src/main/assets/open_source_licenses.html).
- [ ] verified that any new UI elements use theme colors. [UI Components Style guidelines](https://github.com/getodk/collect/blob/master/docs/CODE-GUIDELINES.md#ui-components-style-guidelines)
1 change: 0 additions & 1 deletion strings/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,6 @@
<!--Title displayed in a dialog before starting a form if there is a work to recover-->
<string name="savepoint_recovery_dialog_title">Ihre Arbeit Wiederherstellen?</string>
<!--Message displayed in a dialog before starting a form if there is a work to recover-->
<string name="savepoint_recovery_dialog_message">Collect wurde am \'EEE, MMM dd, yyyy \'um\' HH:mm\' unerwartet beendet und hat ihre Arbeit gespeichert.\n\nWollen Sie die gespeicherte Arbeit wiederherstellen oder verwerfen?</string>
<!--Text for the button that accepts the recovery of the work-->
<string name="recover">Wiederherstellen</string>
<!--Text for the button that declines the recovery of the work-->
Expand Down
1 change: 0 additions & 1 deletion strings/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,6 @@
<!--Title displayed in a dialog before starting a form if there is a work to recover-->
<string name="savepoint_recovery_dialog_title">Récupérer votre travail ?</string>
<!--Message displayed in a dialog before starting a form if there is a work to recover-->
<string name="savepoint_recovery_dialog_message">\'Collect s\'est arrété de manière inattendue le \'EEE dd MMM yyyy à HH:mm\' et a sauvegardé votre travail.\n\nVoulez vous le récupérer ou l\'ignorer ?\'</string>
<!--Text for the button that accepts the recovery of the work-->
<string name="recover">Récupérer ?</string>
<!--Text for the button that declines the recovery of the work-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ private val formats = setOf(
R.string.sent_on_date_at_time,
R.string.sending_failed_on_date_at_time,
R.string.deleted_on_date_at_time,
R.string.modified_on_date_at_time
R.string.modified_on_date_at_time,
R.string.savepoint_recovery_dialog_message
)

0 comments on commit ffc5aa9

Please sign in to comment.