de: Update Localizable.stringsdict (#1444)
For some yet unknown reason, "follower" is "translated" as "Follower" in the standard German UI. So IceCubes will also get that...
This commit is contained in:
parent
0a47c546d8
commit
5cba62dc89
|
@ -45,9 +45,9 @@
|
|||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>lld</string>
|
||||
<key>one</key>
|
||||
<string>%2$@ follower</string>
|
||||
<string>%2$@ Follower</string>
|
||||
<key>other</key>
|
||||
<string>%2$@ followers</string>
|
||||
<string>%2$@ Follower</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>timeline-new-posts %lld</key>
|
||||
|
|
Loading…
Reference in New Issue