I just published Version 12.7 through Sparkle. Not so much new stuff, however quite a ton of fixes with large projects, concurrency and especially Mountain Lion. Go check it out and let me know what you think! Max
Author Archives: max
Localization Suite 12.3
It’s been a very very long time since the last update. This makes me even happier to announce that I finally managed to get the latest changes out via Sparkle. Here are the release notes: MAJOR NEW FEATURES Lion autosave and version support Ignoring certain placeholder string Automatic Xcode Project Import NEW FEATURES Added support [...]
How automatic layout works
Unfortunately I have been very busy the last weeks in doing other things than the Loc-Suite. This is kind of the problem with side-projects. However, I want to share something with you that has been lying around here for quite some time now. As a reader of the blog you should know that I am [...]
Labeling it RC
Just a quick heads up: I labeled the latest nightly build to be a release candidate. 3.0rc. Finally. This is the official end of beta phases – at least for version 3.0. Right now I’m sitting in my plane to WWDC waiting for taxi. If any one would like to meet – just drop me [...]
Automatic Resizing
Hello all, it’s time again for a roundup on what’s happening to Loc-Suite these days. Very busy days. Very busy days. Basically, I completed my Beleg (like a Bachelor Thesis) about automatic application of layout during localizations. What this means? You will never-ever-ever-again have to manually resize a nib file after localization. Okay, it’s not [...]
Changes and Features
It’s about time to post an update on my recent work in the Localization Suite. Lately, I have been implementing a major architectural change that we very long overdue: Switching the database files to a bundle-based format. Here’s the details: Bundle-based documents: The previous file format of the databases (the files you edit in the [...]
Editing the Reference Language
Up to some weeks ago I have always been convinced that it is absolutely not necessary to be able to edit the reference language from within the Localization Manager. This makes the process very clear: “We create all localizations from the reference files and only read those. We won’t touch them even if you’d want [...]
Segmentation
Today I can proudly announce another nice new feature in the Loc-Suite: Segmentation. Basically this is the process of splitting a longer string into multiple parts. Examples for segmentation are paragraphs, sentences or words. I’ve implemented this functionality in form of an engine in the frameworks. Currently there are two usages: First, the matching. While [...]