Export source translations
This commit is contained in:
@@ -15,7 +15,7 @@ struct FollowsYou: View {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var body: some 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([.leading, .trailing], 6.0)
|
||||||
.padding([.top, .bottom], 2.0)
|
.padding([.top, .bottom], 2.0)
|
||||||
.foregroundColor(.gray)
|
.foregroundColor(.gray)
|
||||||
|
|||||||
@@ -479,6 +479,11 @@ Number of relay servers a user is connected.</note>
|
|||||||
<target>Follow</target>
|
<target>Follow</target>
|
||||||
<note>Button to follow a user.</note>
|
<note>Button to follow a user.</note>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="Follow me on nostr" xml:space="preserve">
|
||||||
<source>Follow me on nostr</source>
|
<source>Follow me on nostr</source>
|
||||||
<target>Follow me on nostr</target>
|
<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>
|
<target>Follows</target>
|
||||||
<note>Text to indicate that button next to it is in a state that will follow a profile when tapped.</note>
|
<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>
|
||||||
|
<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">
|
<trans-unit id="Free" xml:space="preserve">
|
||||||
<source>Free</source>
|
<source>Free</source>
|
||||||
<target>Free</target>
|
<target>Free</target>
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user