ios: fix database view crashing when in Japanese (#2516)

This commit is contained in:
spaced4ndy
2023-05-26 15:19:20 +04:00
committed by GitHub
parent 8b1e5d3db7
commit 3af2848275
2 changed files with 2 additions and 2 deletions

View File

@@ -154,7 +154,7 @@
</trans-unit>
<trans-unit id="%lld file(s) with total size of %@" xml:space="preserve">
<source>%lld file(s) with total size of %@</source>
<target>合計サイズ %@ の %lld のファイル</target>
<target>%lld のファイル(合計サイズ: %@</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="%lld members" xml:space="preserve">

View File

@@ -152,7 +152,7 @@
"%lld contact(s) selected" = "%lld 件の連絡先が選択されました";
/* No comment provided by engineer. */
"%lld file(s) with total size of %@" = "合計サイズ %@ の %lld のファイル";
"%lld file(s) with total size of %@" = "%lld のファイル(合計サイズ: %@";
/* No comment provided by engineer. */
"%lld members" = "%lld 人のメンバー";