commit c4f7d25793a4a386a75dccb82f3d87161f5815de
parent 100f195a032610df42b160aad24350c1d2d20c04
Author: Terry Yiu <963907+tyiu@users.noreply.github.com>
Date: Wed, 30 Oct 2024 10:42:39 +0100
Fix localization issues and export strings for translation
Diffstat:
4 files changed, 14 insertions(+), 10 deletions(-)
diff --git a/damus/Views/SearchResultsView.swift b/damus/Views/SearchResultsView.swift
@@ -70,7 +70,7 @@ struct InnerSearchResults: View {
func TextSearch(_ txt: String) -> some View {
return NavigationLink(value: Route.NDBSearch(results: $results)) {
HStack {
- Text("\(txt)", comment: "Navigation link to search text.")
+ Text(txt)
}
.padding(.horizontal, 15)
.padding(.vertical, 5)
diff --git a/damus/en-US.xcloc/Localized Contents/en-US.xliff b/damus/en-US.xcloc/Localized Contents/en-US.xliff
@@ -2,7 +2,7 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 http://docs.oasis-open.org/xliff/v1.2/os/xliff-core-1.2-strict.xsd">
<file original="damus/en-US.lproj/InfoPlist.strings" source-language="en-US" target-language="en-US" datatype="plaintext">
<header>
- <tool tool-id="com.apple.dt.xcode" tool-name="Xcode" tool-version="16.0" build-num="16A242d"/>
+ <tool tool-id="com.apple.dt.xcode" tool-name="Xcode" tool-version="16.1" build-num="16B40"/>
</header>
<body>
<trans-unit id="CFBundleDisplayName" xml:space="preserve">
@@ -44,7 +44,7 @@
</file>
<file original="damus/en-US.lproj/Localizable.strings" source-language="en-US" target-language="en-US" datatype="plaintext">
<header>
- <tool tool-id="com.apple.dt.xcode" tool-name="Xcode" tool-version="16.0" build-num="16A242d"/>
+ <tool tool-id="com.apple.dt.xcode" tool-name="Xcode" tool-version="16.1" build-num="16B40"/>
</header>
<body>
<trans-unit id="#%@" xml:space="preserve">
@@ -909,6 +909,11 @@ Section header for first aid tools and settings</note>
<target>Follow</target>
<note>Button to follow a user.</note>
</trans-unit>
+ <trans-unit id="Follow %@ on Nostr" xml:space="preserve">
+ <source>Follow %@ on Nostr</source>
+ <target>Follow %@ on Nostr</target>
+ <note>Text on QR code view to prompt viewer looking at screen to follow the user.</note>
+ </trans-unit>
<trans-unit id="Follow All" xml:space="preserve">
<source>Follow All</source>
<target>Follow All</target>
@@ -1489,8 +1494,7 @@ Text to indicate that what is being shown is a note which has been muted.</note>
<source>Notes</source>
<target>Notes</target>
<note>A label indicating that the notes being displayed below it are from a timeline, not search results
-Label for filter for seeing only notes (instead of notes and replies).
-Navigation link to search text.</note>
+Label for filter for seeing only notes (instead of notes and replies).</note>
</trans-unit>
<trans-unit id="Notes & Replies" xml:space="preserve">
<source>Notes & Replies</source>
@@ -2966,7 +2970,7 @@ String indicating that a given timestamp just occurred</note>
</file>
<file original="damus/en-US.lproj/Localizable.stringsdict" source-language="en-US" target-language="en-US" datatype="plaintext">
<header>
- <tool tool-id="com.apple.dt.xcode" tool-name="Xcode" tool-version="16.0" build-num="16A242d"/>
+ <tool tool-id="com.apple.dt.xcode" tool-name="Xcode" tool-version="16.1" build-num="16B40"/>
</header>
<body>
<trans-unit id="/followed_by_three_and_others:dict/NSStringLocalizedFormatKey:dict/:string" xml:space="preserve">
@@ -3348,7 +3352,7 @@ String indicating that a given timestamp just occurred</note>
</file>
<file original="damus/InfoPlist.xcstrings" source-language="en-US" target-language="en-US" datatype="plaintext">
<header>
- <tool tool-id="com.apple.dt.xcode" tool-name="Xcode" tool-version="16.0" build-num="16A242d"/>
+ <tool tool-id="com.apple.dt.xcode" tool-name="Xcode" tool-version="16.1" build-num="16B40"/>
</header>
<body>
<trans-unit id="CFBundleDisplayName" xml:space="preserve">
@@ -3370,7 +3374,7 @@ String indicating that a given timestamp just occurred</note>
</file>
<file original="highlighter action extension/InfoPlist.xcstrings" source-language="en-US" target-language="en-US" datatype="plaintext">
<header>
- <tool tool-id="com.apple.dt.xcode" tool-name="Xcode" tool-version="16.0" build-num="16A242d"/>
+ <tool tool-id="com.apple.dt.xcode" tool-name="Xcode" tool-version="16.1" build-num="16B40"/>
</header>
<body>
<trans-unit id="CFBundleDisplayName" xml:space="preserve">
diff --git a/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings b/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings
Binary files differ.
diff --git a/damus/en-US.xcloc/contents.json b/damus/en-US.xcloc/contents.json
@@ -3,10 +3,10 @@
"project" : "damus.xcodeproj",
"targetLocale" : "en-US",
"toolInfo" : {
- "toolBuildNumber" : "16A242d",
+ "toolBuildNumber" : "16B40",
"toolID" : "com.apple.dt.xcode",
"toolName" : "Xcode",
- "toolVersion" : "16.0"
+ "toolVersion" : "16.1"
},
"version" : "1.0"
}
\ No newline at end of file