Editors
- Counterparts Lite (Mac App)
- POEditor (Web App)
- brightec Online XLIFF Editor (Web App)
@b123400 Xliffie crashes so frequently it's not usable for me. I saw similar reports on earlier versions in the app store, you should really log into your crashlytics account and correct the infinite recursion and other issues that occurs.
Try Swordfish Translation Editor, http://www.maxprograms.com/products/swordfish.html
There's also this native mac app, xlifftool
Github: https://github.com/remuslazar/osx-xliff-tool
App Store: https://itunes.apple.com/lv/app/xlifftool/id1074282695?mt=12
v1.2
)No affiliation with the developer, @remuslazar, I've just been looking for a good tool like this.
No good cross platform apps?
I'd hate to be locked into Apple's walled garden :)
POEditor (Web App) only supports iPhone XLIFF, and no XLIFF2. For instance, they do not support Angular xliff.
POEditor does work with importing xmb
and export to xtb
(which you can then use in the app). Its a bit awkward but its the only meaningful tool I found that works with string interpolations (and at least has a free tier). Didnt try the services without free tier, though, but I did run into problems with oneskyapp.
Unfortunately OSS tools like pootle dont work with angular XLIFF.
Hi, I made my own tool for Angular translations (supports XLIFF 1.2 and 2.0)
Repo: https://github.com/DavidOndrus/xliff-translator-tool
Don't use the online editor at Brightec (http://xliff.brightec.co.uk/). After spending valuable time translating, you will be forced to use your Twitter login to get your translated file. The login prompt states:
This application will be able to:
Seconding do NOT use the editor from Brightec. You are navigated away from your translations entry page and they hold the data hostage so you will lose all your work unless you give them your Twitter account. They also do not support Angular translations.
Poedit supports XLIFF since v2.2, including Angular files (GitHub issue: vslavik/poedit#408).
Loca Studio supports the XLIFF 1.2 files exported by Xcode.
(full disclosure: I am the lead developer)
So in conclusion, no free tool exists that lets you edit , create and update translations files using xliff format.
Hello! I made one as well, and it is open sourced :)
Xliffie is designed for developer, with functions like printf-formatted string checking (e.g. make sure
%@
is present, and not a%d
in the translated string), search with regex, and integrated with Google / Bing translation.Would love to hear any comment!
Source: https://github.com/b123400/xliffie
Mac App Store: https://itunes.apple.com/us/app/xliffie/id961651406