Skip to content

Commit

Permalink
Merge pull request #78 from terofeev/quantity-string
Browse files Browse the repository at this point in the history
Add "Number of items" string to strings.xml
  • Loading branch information
naveensingh authored Mar 3, 2025
2 parents 7f75e29 + ee5706e commit 9d7f737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ const val SORT_USE_NUMERIC_VALUE = 32768
const val SORT_BY_FULL_NAME = 65536
const val SORT_BY_CUSTOM = 131072
const val SORT_BY_DATE_CREATED = 262144
const val SORT_BY_QUANTITY = 524288
const val SORT_BY_COUNT = 524288

// security
const val PROTECTION_NONE = -1
Expand Down
1 change: 1 addition & 0 deletions commons/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@
<string name="sort_by">Sort by</string>
<string name="name">Name</string>
<string name="size">Size</string>
<string name="number_of_items">Number of items</string>
<string name="last_modified">Last modified</string>
<string name="date_created">Date created</string>
<string name="date_taken">Date taken</string>
Expand Down

0 comments on commit 9d7f737

Please sign in to comment.