Skip to content

Commit

Permalink
fix: missing string resource positional arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
andrekir committed Nov 15, 2024
1 parent 9accbd2 commit bcc131e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/values-fr-rHT/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -277,5 +277,5 @@
<item quantity="one">1 hop</item>
<item quantity="other">%d hops</item>
</plurals>
<string name="traceroute_diff">Hops vèsus %d Hops tounen %d</string>
<string name="traceroute_diff">Hops vèsus %1$d Hops tounen %2$d</string>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values-ga/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -286,5 +286,5 @@
<item quantity="many">%d céimeanna</item>
<item quantity="other">%d céimeanna</item>
</plurals>
<string name="traceroute_diff">Céimeanna i dtreo %d Céimeanna ar ais %d</string>
<string name="traceroute_diff">Céimeanna i dtreo %1$d Céimeanna ar ais %2$d</string>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -277,5 +277,5 @@
<item quantity="one">1 hop</item>
<item quantity="other">%d hops</item>
</plurals>
<string name="traceroute_diff">Hops towards %d Hops back %d</string>
<string name="traceroute_diff">Hops towards %1$d Hops back %2$d</string>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values-pl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,5 +283,5 @@
<item quantity="many">%d skoki</item>
<item quantity="other">%d skoków</item>
</plurals>
<string name="traceroute_diff">Trasa do %d Trasa z %d</string>
<string name="traceroute_diff">Trasa do %1$d Trasa z %2$d</string>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values-sk/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,5 +283,5 @@
<item quantity="many">%d skokov</item>
<item quantity="other">%d skokov</item>
</plurals>
<string name="traceroute_diff">Počet skokov smerom k %d Počet skokov späť %d</string>
<string name="traceroute_diff">Počet skokov smerom k %1$d Počet skokov späť %2$d</string>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values-sq/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -277,5 +277,5 @@
<item quantity="one">1 hop</item>
<item quantity="other">%d hops</item>
</plurals>
<string name="traceroute_diff">Hops drejt %d Hops prapa %d</string>
<string name="traceroute_diff">Hops drejt %1$d Hops prapa %2$d</string>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
<item quantity="one">1 hop</item>
<item quantity="other">%d hops</item>
</plurals>
<string name="traceroute_diff">Hops towards %d Hops back %d</string>
<string name="traceroute_diff">Hops towards %1$d Hops back %2$d</string>
<string name="twenty_four_hours">24H</string>
<string name="forty_eight_hours">48H</string>
<string name="one_week">1W</string>
Expand Down

0 comments on commit bcc131e

Please sign in to comment.