profile: rename Following to Frens
Suggested-by: Marie
This commit is contained in:
@@ -157,7 +157,7 @@ struct FollowingView: View {
|
||||
.onDisappear {
|
||||
following.unsubscribe()
|
||||
}
|
||||
.navigationBarTitle(NSLocalizedString("Following", comment: "Navigation bar title for view that shows who a user is following."))
|
||||
.navigationBarTitle(NSLocalizedString("Frens", comment: "Navigation bar title for view that shows who a user is following."))
|
||||
.safeAreaInset(edge: .top, spacing: 0) {
|
||||
VStack(spacing: 0) {
|
||||
CustomPicker(selection: $tab_selection, content: {
|
||||
|
||||
@@ -45,9 +45,9 @@
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>d</string>
|
||||
<key>one</key>
|
||||
<string>Following</string>
|
||||
<string>Frens</string>
|
||||
<key>other</key>
|
||||
<string>Following</string>
|
||||
<string>Frens</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>imports_count</key>
|
||||
|
||||
@@ -739,9 +739,9 @@ Sentence composed of 2 variables to describe how many reposts. In source English
|
||||
<target>Followers You Know</target>
|
||||
<note>Navigation bar title for view that shows who is following a user.</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Following" xml:space="preserve">
|
||||
<source>Following</source>
|
||||
<target>Following</target>
|
||||
<trans-unit id="Frens" xml:space="preserve">
|
||||
<source>Frens</source>
|
||||
<target>Frens</target>
|
||||
<note>Navigation bar title for view that shows who a user is following.</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Following..." xml:space="preserve">
|
||||
@@ -2346,13 +2346,13 @@ YOU WILL NO LONGER BE ABLE TO LOG INTO DAMUS USING THIS ACCOUNT KEY.
|
||||
<note/>
|
||||
</trans-unit>
|
||||
<trans-unit id="/following_count:dict/FOLLOWING:dict/one:dict/:string" xml:space="preserve">
|
||||
<source>Following</source>
|
||||
<target>Following</target>
|
||||
<source>Frens</source>
|
||||
<target>Frens</target>
|
||||
<note/>
|
||||
</trans-unit>
|
||||
<trans-unit id="/following_count:dict/FOLLOWING:dict/other:dict/:string" xml:space="preserve">
|
||||
<source>Following</source>
|
||||
<target>Following</target>
|
||||
<source>Frens</source>
|
||||
<target>Frens</target>
|
||||
<note/>
|
||||
</trans-unit>
|
||||
<trans-unit id="/following_count:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve">
|
||||
|
||||
Reference in New Issue
Block a user