Stringsdict format#

Új a(z) 4.8 verzióban.

XML based format used by Apple which is able to store plural forms of a string.

Example file:

<?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>hello</key>
        <dict>
            <key>NSStringLocalizedFormatKey</key>
            <string>Hello, world!
</string>
        </dict>
    </dict>
</plist>

Weblate beállítás#

Typical Weblate Component configuration

Fájlmaszk

Resources/*.lproj/Localizable.stringsdict

Egynyelvű alap nyelvi fájl

Resources/en.lproj/Localizable.stringsdict or Resources/Base.lproj/Localizable.stringsdict

Sablon az új fordításokhoz

Empty

Fájlformátum

Stringsdict file