Skip to content

fix(strings): correct settings interval templating#3959

Merged
jamesarich merged 1 commit into
mainfrom
fix/interval-string-templating
Dec 10, 2025
Merged

fix(strings): correct settings interval templating#3959
jamesarich merged 1 commit into
mainfrom
fix/interval-string-templating

Conversation

@jamesarich

@jamesarich jamesarich commented Dec 10, 2025

Copy link
Copy Markdown
Collaborator

The %d format specifier in plural resources has been changed to %1$d. This ensures that the integer argument is correctly referenced, preventing potential formatting errors or crashes on some Android versions.

image

The `%d` format specifier in plural resources has been changed to `%1$d`. This ensures that the integer argument is correctly referenced, preventing potential formatting errors or crashes on some Android versions.

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
@github-actions github-actions Bot added the bugfix PR tag label Dec 10, 2025
@jamesarich jamesarich changed the title ci(workflow): Improve release tag detection and artifact changelog fix(strings): correct settings interval templating Dec 10, 2025
@jamesarich jamesarich enabled auto-merge December 10, 2025 17:59
@jamesarich

Copy link
Copy Markdown
Collaborator Author

thanks for the callout @Xaositek

@codecov

codecov Bot commented Dec 10, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.52%. Comparing base (6e28041) to head (165d593).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #3959   +/-   ##
=====================================
  Coverage   0.52%   0.52%           
=====================================
  Files        394     394           
  Lines      23170   23170           
  Branches    2943    2943           
=====================================
  Hits         122     122           
  Misses     23027   23027           
  Partials      21      21           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jamesarich jamesarich added this pull request to the merge queue Dec 10, 2025
Merged via the queue into main with commit 14f6a46 Dec 10, 2025
10 checks passed
@jamesarich jamesarich deleted the fix/interval-string-templating branch December 10, 2025 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix PR tag

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant