Stringsdict Free
ByCrowdinVerified Author

Localization format used to define strings with plural forms for OS X and iOS apps

Try Crowdin

Stringsdict translation with Crowdin

Copy link

Stringsdict is a natively supported file format, you can use it without an additional installation. Just upload it to your projects and start the localization.

File Format Details

Copy link
Attribute Value
File Extension .stringsdict
API Type stringsdict
Source can be edited in Crowdin No
Generating translated files via Bundles Search Crowdin Store
Supports pluralization Yes
WYSIWYG Preview in the editor No
Supported types of contextual information Text comments, Screenshots
Custom attributes No
Existing translations import possibility Key-value mapping

Sample File

Copy link
<plist version="1.0">
   <dict>
      <key>files.uploaded</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>%d file uploaded</string>
            <key>other</key>
            <string>%d files uploaded</string>
         </dict>
      </dict>
      <key>files.deleted</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>%d file deleted</string>
            <key>other</key>
            <string>%d files deleted</string>
         </dict>
      </dict>
   </dict>
</plist>

Crowdin is a platform that helps you manage and translate content into different languages. Integrate Crowdin with your repo, CMS, or other systems. Source content is always up to date for your translators, and translated content is returned automatically.

Learn More
Categories
File Formats
Works with
  • Crowdin Enterprise
  • crowdin.com
Details

Released on May 16, 2022

Updated on Feb 23, 2024

Published by Crowdin

Identifier:stringsdict