mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-30 14:24:48 +01:00
204427c1e5
* Fixed spanish location plural for single new post * - Fix for double Done button appearing on iPhone. - Added localized text for "Done" on QuickLook preview navigation bar. Co-authored-by: Roberto Pastor <roberto.pastor@cabify.com>
23 lines
646 B
XML
23 lines
646 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>timeline-new-posts %lld</key>
|
|
<dict>
|
|
<key>NSStringLocalizedFormatKey</key>
|
|
<string>%#@timelineNewPosts@</string>
|
|
<key>timelineNewPosts</key>
|
|
<dict>
|
|
<key>NSStringFormatSpecTypeKey</key>
|
|
<string>NSStringPluralRuleType</string>
|
|
<key>NSStringFormatValueTypeKey</key>
|
|
<string>lld</string>
|
|
<key>one</key>
|
|
<string>%lld nueva publicación</string>
|
|
<key>other</key>
|
|
<string>%lld nuevas publicaciones</string>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|