Pull renamed strings and fix compilation errors. (#2560)
* Pull renamed strings and fix compilation errors.
* Including all languages of course 🤦♂️
This commit is contained in:
@@ -162,22 +162,6 @@
|
||||
<string>%d stanze</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>room_timeline_state_changes</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@COUNT@</string>
|
||||
<key>COUNT</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>d</string>
|
||||
<key>one</key>
|
||||
<string>%1$d modifica alla stanza</string>
|
||||
<key>other</key>
|
||||
<string>%1$d modifiche alla stanza</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>screen_app_lock_subtitle</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
@@ -226,6 +210,22 @@
|
||||
<string>%1$d persone</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>screen_room_timeline_state_changes</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@COUNT@</string>
|
||||
<key>COUNT</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>d</string>
|
||||
<key>one</key>
|
||||
<string>%1$d modifica alla stanza</string>
|
||||
<key>other</key>
|
||||
<string>%1$d modifiche alla stanza</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>screen_room_typing_many_members</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
|
||||
Reference in New Issue
Block a user