11

Xcode 6 introduced a new localization workflow which uses the open .XLIFF format. Xcode extracts the strings from NSLocalizedString, strings in storyboards / XIB files and creates a single XLIFF file for each localization.

I'm looking for good localization tools that translators can use to open and edit the files exported by Xcode.

The translated file needs to be saved as .XLIFF and then imported into Xcode. Xcode creates a new localization for the target language specified in the XLIFF file or updates the existing localization.

Which localization tool(s) do you recommend?

Felix
  • 35,354
  • 13
  • 96
  • 143
  • 1
    Don't really have an answer, but when this was released, Apple claimed the major translators already supported this format. Might be worth reaching out to them to see what they use. – Scott Berrevoets Oct 16 '14 at 19:53
  • According to the [CAT Tools](https://en.wikipedia.org/wiki/Computer-assisted_translation#Some_notable_CAT_tools) Wikipedia article almost all tools claim XLIFF support. – Jenszcz Aug 04 '15 at 12:16
  • But many need a tool for John Doe the unknown student translator on fiverr. For sure the large 10x as expensive professional translating companies already support it. – Lothar Aug 13 '15 at 14:28

5 Answers5

8

XLIFF is introduced some years ago and there's bunch of tools which support XLIFF.

Mazyod
  • 22,319
  • 10
  • 92
  • 157
Eir Nym
  • 1,515
  • 19
  • 30
  • 2
    I haven't check them all in detail, but my choice was CounterParts. I requested a trial, and it's pretty neat. (I am not affiliated with the product in any way, but the OP asked for a recommendation). – Mazyod Dec 13 '14 at 00:44
  • With iLocalize and XCode 6 you get missing original attribute errors and import stops :-( – Lothar Aug 13 '15 at 14:29
3

Free online XLIFF editor

You can read more info here.

attomos
  • 1,112
  • 3
  • 16
  • 30
2

Just found few on App Store :

Dominique Vial
  • 3,729
  • 2
  • 25
  • 45
2

XLIFFTool Is a FREE simple and woking editor. Easy installed via AppStore.

Primoz990
  • 1,716
  • 2
  • 20
  • 34
1

Heartsome's GPL XLIFF editor is the most complete and standard compliant solution. It used to be a closed tool but they released the code under the GPL a while ago.

Nathan Tuggy
  • 2,237
  • 27
  • 30
  • 38
brandelune
  • 116
  • 1
  • 7