diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2024-08-14 00:18:51 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2024-08-14 00:18:51 +0530 |
commit | b699b4db71d08b574cc31daf4ee8c9b849ebaa11 (patch) | |
tree | 50dd1fddb1c2c270a28d5819af2bbe570fcbb289 /app | |
parent | 3af68b45c4cfd815b9975108fa09cb3872fbab8b (diff) |
feat(build): replace homebrew ktfmt formatter with Spotless
Spotless has fixed their Gradle Configuration Cache woes in the past
couple months which gets rid of my primary complaint.
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/res/values-pl-rPL/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values-pl-rPL/strings.xml b/app/src/main/res/values-pl-rPL/strings.xml index 0b3bee8f..e3d57b79 100644 --- a/app/src/main/res/values-pl-rPL/strings.xml +++ b/app/src/main/res/values-pl-rPL/strings.xml @@ -6,7 +6,7 @@ <resources> <plurals name="delete_title"> <item quantity="one">Wybrano %d element</item> - <item quantity="few">Wybrano %d elementy + <item quantity="few">Wybrano %d elementy (If: 2,3,4)</item> <item quantity="many">Wybrano %d elementów</item> <item quantity="other">Liczba wybranych elementów: %d</item> |