Skip to content

Commit

Permalink
Merge pull request #1483 from planetary-social/bdm/1446-localize-follows
Browse files Browse the repository at this point in the history
localize follows notification #1446
  • Loading branch information
bryanmontz authored Sep 12, 2024
2 parents 0e3d0de + 13ab912 commit b5c8357
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixes and improvements related to Core Data usage. [#1443](https://github.com/planetary-social/nos/issues/1443)
- Fixed a bug where toggles in the settings screen were white instead of green when toggled on. [#1251](https://github.com/planetary-social/nos/issues/1251)
- Added routing to profile when tapping on follow notification. [#1447](https://github.com/planetary-social/nos/issues/1447)
- 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
33 changes: 33 additions & 0 deletions Nos/Assets/Localization/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -6646,6 +6646,17 @@
}
}
},
"namedNewFollower" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "%@ is a new follower!"
}
}
}
},
"nameLower" : {
"extractionState" : "manual",
"localizations" : {
Expand Down Expand Up @@ -6752,6 +6763,17 @@
}
}
},
"newFollower" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "You have a new follower!"
}
}
}
},
"newNote" : {
"extractionState" : "manual",
"localizations" : {
Expand Down Expand Up @@ -13439,6 +13461,17 @@
}
}
},
"xNewFollowers" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "You have %@ new followers!"
}
}
}
},
"yes" : {
"extractionState" : "manual",
"localizations" : {
Expand Down

0 comments on commit b5c8357

Please sign in to comment.