Export source translations

This commit is contained in:
2023-02-07 14:02:32 -05:00
parent 0563ec8bf8
commit c5db887ab1
3 changed files with 11 additions and 1 deletions

View File

@@ -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)

View File

@@ -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>