Fix quotations in Localizable.stringsdict

This commit is contained in:
2023-04-29 19:43:14 -04:00
committed by William Casarin
parent 36364f4f70
commit 136186e664
2 changed files with 4 additions and 4 deletions

View File

@@ -269,9 +269,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>@</string>
<key>one</key>
<string>You received %2$@ sat from %3$@: &quot;%4$@&quot;</string>
<string>You received %2$@ sat from %3$@: "%4$@"</string>
<key>other</key>
<string>You received %2$@ sats from %3$@: &quot;%4$@&quot;</string>
<string>You received %2$@ sats from %3$@: "%4$@"</string>
</dict>
</dict>
<key>zapped_tagged_in_3</key>

View File

@@ -269,9 +269,9 @@
<key>NSStringFormatValueTypeKey</key>
<string>@</string>
<key>one</key>
<string>You received %2$@ sat from %3$@: &quot;%4$@&quot;</string>
<string>You received %2$@ sat from %3$@: "%4$@"</string>
<key>other</key>
<string>You received %2$@ sats from %3$@: &quot;%4$@&quot;</string>
<string>You received %2$@ sats from %3$@: "%4$@"</string>
</dict>
</dict>
<key>zapped_tagged_in_3</key>