New file format supported: Apple .stringsdict

By Edouard on 13 février 2017

You can now translate Apple .stringsdict files with WebTranslateIt.

.stringsdict files are files used for iPhone applications to define language plural forms.

Here’s an Apple .stringsdict file example:

<plist version="1.0">
    <dict>
        <key>files</key>
        <dict>
            <key>NSStringFormatSpecTypeKey</key>
            <string>NSStringPluralRuleType</string>
            <key>NSStringFormatValueTypeKey</key>
            <string>d</string>
            <key>one</key>
            <string>%d file remaining</string>
            <key>other</key>
            <string>%d files remaining</string>
        </dict>
    </dict>
</plist>

We hope you will find this new file format useful. It was the file format the most requested so far. Thank you for using WebTranslateIt.