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
1 answer

XLIFF doesn't contain all forms of plurals when trying to localize a project in Xcode

I'm trying to localize a small Xcode project (Xcode 9 and Swift 4). In that project there are places where I use plurals, so I need to localize them, too. To do that, I use stringsdictfile. In code I use…
Tigran Iskandaryan
  • 1,371
  • 2
  • 14
  • 41
0
votes
1 answer

How to set string resource length limit in Android?

It is known that Androd string resources support xliff namespace to annotate non-translatable string formatting placeholders, like this File
Bringoff
  • 1,093
  • 1
  • 10
  • 24
0
votes
1 answer

Xcode: Error importing localizations - XLIFF original attribute missing

I'm having an issue when importing translated strings from XLIFF back to Xcode (Editor > Import Localizations ...) Xcode is giving me the following error message with no detailed description so It's difficult figuring out what is wrong. I'm using…
Tom Kraina
  • 3,569
  • 1
  • 38
  • 58
0
votes
1 answer

What is in xliff

I noticed that upon generating an xliff file, it created nodes named context-group. I'm not sure what they are used for. Your response to this survey has…
jengfad
  • 704
  • 2
  • 8
  • 20
0
votes
1 answer

Can we include/import XLIFF file into another XLIFF file?

If I want to divide translation file into sub modules, how I can merge it into one file (which path is provided)?
MKA
  • 41
  • 3
0
votes
0 answers

AndroidStudio error with xliff

I'm learning about localization and displaying the text, depending on the default locale settings on the device. one line of code is making problems and I can't really figure out why, because the example project has the exact same code just without…
0
votes
1 answer

Namespaces preventing transformation

I am running the following transformation: java -jar saxon9.jar -it:main -xsl:my.xsl dir="ca-ES" The "ca-ES" contains XLIFF files which have the following root element:
msoutopico
  • 357
  • 3
  • 15
0
votes
2 answers

Replace node value using value from same node in another file

I have two input files: file1.xml and file2.xml, with same structure but different contents (of source and target nodes). file1.xml (simplified version)
msoutopico
  • 357
  • 3
  • 15
0
votes
1 answer

How to annotate that a trans-unit contains e-mail text?

If a trans-unit contains text that will go into an e-mail, the line endings need to be CRLF (\r\n). This has to be taken care of when importing/exporting XLIFF files from and to a database. Is there a suitable attribute to set on such a trans-unit?…
Olle Härstedt
  • 3,799
  • 1
  • 24
  • 57
0
votes
1 answer

XPath XSLT conditional processing with array

This one is for all you XPath and XSLT geniuses! This is an extract from an XLIFF file where I need to delete the text between tags where an attribute value matches any of an array of id numbers, but importantly only if it is within certain tag…
user3012857
  • 165
  • 1
  • 10
0
votes
1 answer

Matching strings EXCEPT on lines starting with a specific tag

I am not a programmer, so I apologize if my question is a bit too basic. I am a translator and have an xliff (for our purposes, plain text) document that is roughly structured like this: For workers in the rest of the state, the minimum wage…
0
votes
1 answer

How can I customize the Quickinsert panel in Trados Studio 2015?

I'm not sure if this is the right place to ask this - let me know if I need to migrate it. I am trying to edit the "QuickInsert" panel in Trados Studio 2015. I couldn't find appropriate documentation online (this didn't help much), and at the…
MicroMachine
  • 179
  • 5
  • 16
0
votes
3 answers

Localization xliff error message

I've created a resource string with an xliff but I get an error when I run the application: Error:(17, 52) Error: The prefix "id" for attribute "id:" associated with an element type "xliff:g" is not bound. Error:Execution failed for task…
Mir
  • 55
  • 1
  • 9
0
votes
1 answer

CocoaPods having your pod to be a different project while you're developing it to avoid export/import cliff issues

I am localizing my pod and it has dependencies. What's happening is when I try to export xliff file it contains all keys form related pods and also when I translated xliff and try to import this language I got many issues and conflicts. So is it…
0
votes
1 answer

Does xliff 1.2 supports custom annotations

I am working on a sample file in Xliff 1.2 but confused with annotation.As I didnot find anywhere whether it supports custom annotation or not? Can anyone refer links for sample xliff1.2 file with annotations(if it supports any kind of annotations)…
Aurick
  • 3
  • 4