commit c5db887ab1703298e70d4bdcb8bb7dc1a2d8e13b
parent 0563ec8bf86585a7bc0246c25af1d1af0c992b52
Author: Terry Yiu <963907+tyiu@users.noreply.github.com>
Date: Tue, 7 Feb 2023 14:02:32 -0500
Export source translations
Diffstat:
3 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/damus/Views/Profile/FollowsYou.swift b/damus/Views/Profile/FollowsYou.swift
@@ -15,7 +15,7 @@ struct FollowsYou: View {
}
var body: some View {
- Text("Follows you")
+ Text("Follows you", comment: "Text to indicate that a user is following your profile.")
.padding([.leading, .trailing], 6.0)
.padding([.top, .bottom], 2.0)
.foregroundColor(.gray)
diff --git a/translations/en-US.xcloc/Localized Contents/en-US.xliff b/translations/en-US.xcloc/Localized Contents/en-US.xliff
@@ -479,6 +479,11 @@ Number of relay servers a user is connected.</note>
<target>Follow</target>
<note>Button to follow a user.</note>
</trans-unit>
+ <trans-unit id="Follow Back" xml:space="preserve">
+ <source>Follow Back</source>
+ <target>Follow Back</target>
+ <note>Button to follow a user back.</note>
+ </trans-unit>
<trans-unit id="Follow me on nostr" xml:space="preserve">
<source>Follow me on nostr</source>
<target>Follow me on nostr</target>
@@ -505,6 +510,11 @@ Part of a larger sentence to describe how many profiles a user is following.</no
<target>Follows</target>
<note>Text to indicate that button next to it is in a state that will follow a profile when tapped.</note>
</trans-unit>
+ <trans-unit id="Follows you" xml:space="preserve">
+ <source>Follows you</source>
+ <target>Follows you</target>
+ <note>Text to indicate that a user is following your profile.</note>
+ </trans-unit>
<trans-unit id="Free" xml:space="preserve">
<source>Free</source>
<target>Free</target>
diff --git a/translations/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings b/translations/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings
Binary files differ.