Preferences Localization (NeXTSTEP) Markdown

/Library/PreferenceLoader/Preferences/Example/a.plist


{ entry = { cell = PSLinkCell; icon = "/Applications/Preferences.app/icon-table@2x.png"; label = A; }; items = ( { cell = PSLinkCell; label = b; }, { cell = PSEditTextCell; footerAlignment = 1; keyboard = dvorak; label = FOOD; placeholder = BREAD; } ); title = "PSSpecifier Localization"; }


/Library/PreferenceLoader/Preferences/Example/en.lproj/a.strings


{ BREAD = "Bread and cheese"; FOOD = Food; }


/Library/PreferenceLoader/Preferences/Example/es.lproj/a.strings


{ BREAD = "Pan y queso"; FOOD = Comida; }


/Library/PreferenceLoader/Preferences/Example/b.plist


{ items = ( { cell = PSTitleValueCell; label = VEHICLE; value = CAR; } ); title = "PSSpecifier Localization"; }


/Library/PreferenceLoader/Preferences/Example/en.lproj/b.strings


{ CAR = Car; VEHICLE = Vehicle; }


/Library/PreferenceLoader/Preferences/Example/es.lproj/b.strings


{ CAR = Auto; VEHICLE = Vehiculo; }