Questions tagged [xliff]

XLIFF (XML Localisation Interchange File Format) is an XML-based standardize file format for tool-independent handling of localization data.

228 questions
0
votes
2 answers

Found some square boxes in a xliff file and not sure what they are?

I'm looking at a xliff file and found some weird boxes which I don't know what they are? (Please see screenshot) Do you guys have any ideas what the weird bug boxes are? Thank you very much and I'm looking forward to your reply!
Penny
  • 1,218
  • 1
  • 13
  • 32
0
votes
3 answers

Okapi : convert xls to xliff

I need to create a Rainbow Translation Kit of type Generic XLIFF from xls file. I am able to create xliff from xlsx, but how do I go about doing it for xls. Converting xls to xlsx is also acceptable (how to convert?). Thanks in advance.
Rahul
  • 91
  • 1
  • 8
0
votes
1 answer

Specify base localization for Localized formatted APNS strings

My base localizations are in storyboards, but also in a struct like this: struct Strings { struct Restaurant { static let makeCall = NSLocalizedString("Restaurant-makeCall", value: "Call %@", comment: "Restaurant-makeCall: title for button…
SimplGy
  • 20,079
  • 15
  • 107
  • 144
0
votes
0 answers

How to get value and childlen element in order from xml with php

I have an xml witch contains value and children element as you can see below: some text italic text other text And i have to get both the values and children elements in order: $arr = [ 'value1' =>…
Twois
  • 548
  • 1
  • 7
  • 18
0
votes
1 answer

NSXMLParser escape Nodes?

I need to escape certain NSXMLnodes, treating them as strings? for example i have this (Xliff v1.2 type XML file) Hello username I would like to escape the ph node. Is there an easy way to do this, without…
gypsyDev
  • 1,232
  • 1
  • 14
  • 22
0
votes
2 answers

Copy note content with tag to node

I searched for a solution on the internet but didn´t find one. I´m not even sure if this is possible or what causes this behaviour. I´m trying to copy a node content to a nother node. It works without a problem, but then in the first node is a tag…
Cali
  • 35
  • 1
  • 6
0
votes
1 answer

Transformation failed: Run-time errors were reported

I'm using saxon to transfor a batch of XLIFF files by means of a stylesheet. I am getting a few "Transformation failed: Run-time errors were reported" messages. I would assume all these errors are written to a log file, but I can't find it. Any…
msoutopico
  • 357
  • 3
  • 15
0
votes
1 answer

Xcode: Export to XLIFF for specific language and not "base"

I've localized my Xcode project, both Storyboard and several strings files. I have used Base Localization for development and also maintained a real Swedish texts in strings files. That all works just fine. But, now that I will localize to more…
Johan Nordberg
  • 3,621
  • 4
  • 33
  • 58
0
votes
1 answer

xliff and placeable substitution

I need help to correctly modify a xliff unit. My workflow is the following: My input file is a docx and the first step is to extract a xliff file from it. I use tikal for this purpose and I get an xliff file where I have many transunit like the…
Attilio
  • 77
  • 1
  • 9
0
votes
1 answer

Can I preserve the appearance of the input XML with Transolution?

I'm just opening a source.xlf, setting a couple of strings to translated, and saving it as dest.xlf, and it happens that the XMLs have lots of modifications: Tag attributes are written out a in different order, actually alphabetically. Tags such as…
rturrado
  • 7,699
  • 6
  • 42
  • 62
0
votes
2 answers

Validating xliff core sample with Okapi framework

I'm working with https://bitbucket.org/okapiframework and using 'core/valid/sample1.xlf' from this https://tools.oasis-open.org/version-control/browse/wsvn/xliff/trunk/xliff-20/test-suite/ I'm hitting an…
brent
  • 1,095
  • 1
  • 11
  • 27
0
votes
1 answer

Symfony 2.6 - Use MySQL for translate strings

I'm new in Symfony 2 and I'm trying to translate multiple strings like menus and another static content and Symfony suggest to use Xliff. I want that the web admin can add or delete languages in the backend instead of edit the code. I know how can I…
David
  • 321
  • 2
  • 11
0
votes
1 answer

Missing Strings from xib in XLIFF (Xcode Base Localization)

I am using base localization in Xcode 6 to handle localizing my app. When I go to Editor > Export for Localization, Xcode is supposed to put all strings from all nibs into an XLIFF file that I then send to translators. In a particular nib, I have…
josephap
  • 2,075
  • 17
  • 24
0
votes
2 answers

perl libxml writing xliff in strings.xml

I'm having difficulty writing to a strings.xml file that contains an XLIFF element using LibXML. Note that I'm trying to write a value that already exists (had no problem parsing the node while reading). I also need to use appendWellBalancedChunk as…
cdm
  • 719
  • 2
  • 10
  • 22
0
votes
2 answers

Android application translator

I want to know whether it is possible to translate any android application in any language. Like all application is in English language can it is possible or any API available to convert it into other language. Let's say example like in setting menu…
NULL Pointer
  • 129
  • 1
  • 1
  • 10