Skip to content

Commit

Permalink
change plural number to string and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanmontz committed Sep 11, 2024
1 parent c7380e8 commit 0a7574d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated the copy on the 3 dots note menu. [#1028](https://github.com/planetary-social/nos/issues/1028)
- Added functionality to share notes link through the 3 dots note menu. [#1272](https://github.com/planetary-social/nos/issues/1272)
- Fixes and improvements related to Core Data usage. [#1443](https://github.com/planetary-social/nos/issues/1443)
- Localized follows notifications. [#1446](https://github.com/planetary-social/nos/issues/1446)

### Internal Changes
- Use NIP-92 media metadata to display media in the proper orientation. Currently behind the “Enable new media display” feature flag. [#1172](https://github.com/planetary-social/nos/issues/1172)
Expand Down
18 changes: 3 additions & 15 deletions Nos/Assets/Localization/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -13465,21 +13465,9 @@
"extractionState" : "manual",
"localizations" : {
"en" : {
"variations" : {
"plural" : {
"one" : {
"stringUnit" : {
"state" : "translated",
"value" : "You have %i new follower!"
}
},
"other" : {
"stringUnit" : {
"state" : "translated",
"value" : "You have %i new followers!"
}
}
}
"stringUnit" : {
"state" : "translated",
"value" : "You have %@ new followers!"
}
}
}
Expand Down

0 comments on commit 0a7574d

Please sign in to comment.