| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
compatibility; this corrects the "fix" in r2422, and addresses Issue #757
|
|
|
|
| |
tooltips before amending. This addresses http://spbug.com/l/1052
|
|
|
|
|
| |
- Add localisation support for NSSegmentedControl segment tooltips
|
|
|
|
|
| |
- Add support for localising NSTextView value bindings' no selection placeholders, nil placeholders, not applicable placeholders and multiple selection placeholders
|
|
|
|
| |
in each tabview was localised
|
|
|
|
|
|
| |
- Add support for localizing table column header cell strings
- Add support for automatically translating nibs loaded via the combination of [[NSNib alloc] init...] and [NSNib instantiateNibWithOwner:topLevelObjects:]. This loading method is required for various non-document based setups or dynamic loading.
|
|
.xibs; add a build stage to Release/Dist builds which generates .strings files for each nib, and swizzle nib loading to automatically translate strings based on any localised .strings files
- Fix the genstring stage of the build script and move it to Release/Dist builds only
- Update Localizable.strings to match latest code
|