Skip to content

Commit

Permalink
fix inputString of other languages
Browse files Browse the repository at this point in the history
  • Loading branch information
kaulfield23 committed Sep 20, 2023
1 parent 14fb949 commit e51e360
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/locale/da.yml
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ feat:
som helst opgave til.
two: Fjern personer, der er blevet ringet op mindst 1 gang i opgaven 'Aktiver
gamle medlemmer' i løbet af de sidste 30 dage.
inputString: '{addRemoveSelect} personer som {callSelect} mindst {minTimes}
inputString: '{addRemoveSelect} personer som {callSelect} mindst
{minTimes} i {assignmentSelect} {timeFrame}.'
minTimes: '{minTimes} {minTimes, plural, one {gang} other {gange}}'
minTimesInput: '{input} {minTimes, plural, one {gang} other {gange}}'
Expand Down
4 changes: 2 additions & 2 deletions src/locale/nn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -574,9 +574,9 @@ feat:
ringeoppdrag når som helst.
two: Fjern folk som har blitt ringt minst en gang i ringeoppdraget "Valgkamp
2023" de siste 30 dagene.
inputString: '{addRemoveSelect} folk som {callSelect} minst {minTimes} {minTimes,
plural, one {gang} other {ganger}} i {assignmentSelect} {timeFrame}.'
inputString: '{addRemoveSelect} folk som {callSelect} minst {minTimes} i {assignmentSelect} {timeFrame}.'
minTimes: '{minTimes} {minTimes, plural, one {gang} other {ganger}}'
minTimesInput: '{input} {minTimes, plural, one {gang} other {ganger}}'
campaignParticipation:
activitySelect:
activity: aktiviteten "{activity}"
Expand Down
2 changes: 1 addition & 1 deletion src/locale/sv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ feat:
inputString: '{addRemoveSelect} personer som {callSelect} minst
{minTimes} i {assignmentSelect} {timeFrame}.'
minTimes: '{minTimesInput} {minTimes, plural, one {gång} other {gånger}}'
minTimesInput: '{minTimesInput}'
minTimesInput: '{input} {minTimes, plural, one {gång} other {gånger}}'
campaignParticipation:
activitySelect:
activity: typ "{activity}"
Expand Down

0 comments on commit e51e360

Please sign in to comment.