Skip to content

Commit

Permalink
Merge pull request Sylius#846 from jjanvier/fix/crowdin-integration
Browse files Browse the repository at this point in the history
Allowing translations to be uploaded to Crowdin
  • Loading branch information
Paweł Jędrzejewski committed Jan 15, 2014
2 parents 483e5b1 + d7f7556 commit 35b2b69
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Resources/translations/flashes.de.xlf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" datatype="plaintext" original="file.ext">
<file source-language="en" target-language="de" datatype="plaintext" original="file.ext">
<body>
<trans-unit id="1">
<source>sylius.resource.create</source>
Expand Down
2 changes: 1 addition & 1 deletion Resources/translations/flashes.es.xlf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" datatype="plaintext" original="file.ext">
<file source-language="en" target-language="es" datatype="plaintext" original="file.ext">
<body>
<trans-unit id="1">
<source>sylius.resource.create</source>
Expand Down
2 changes: 1 addition & 1 deletion Resources/translations/flashes.fr.xlf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>

<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" datatype="plaintext" original="file.ext">
<file source-language="en" target-language="fr" datatype="plaintext" original="file.ext">
<body>
<trans-unit id="1">
<source>sylius.resource.create</source>
Expand Down
2 changes: 1 addition & 1 deletion Resources/translations/flashes.hr.xlf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>

<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="hr" datatype="plaintext" original="file.ext">
<file source-language="en" target-language="hr" datatype="plaintext" original="file.ext">
<body>
<trans-unit id="1">
<source>sylius.resource.create</source>
Expand Down
2 changes: 1 addition & 1 deletion Resources/translations/flashes.ja.xlf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>

<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" datatype="plaintext" original="file.ext">
<file source-language="en" target-language="ja" datatype="plaintext" original="file.ext">
<body>
<trans-unit id="1">
<source>sylius.resource.create</source>
Expand Down
2 changes: 1 addition & 1 deletion Resources/translations/flashes.nl.xlf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>

<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" datatype="plaintext" original="file.ext">
<file source-language="en" target-language="nl" datatype="plaintext" original="file.ext">
<body>
<trans-unit id="1">
<source>sylius.resource.create</source>
Expand Down
2 changes: 1 addition & 1 deletion Resources/translations/flashes.pl.xlf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>

<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" datatype="plaintext" original="file.ext">
<file source-language="en" target-language="pl" datatype="plaintext" original="file.ext">
<body>
<trans-unit id="1">
<source>sylius.resource.create</source>
Expand Down
2 changes: 1 addition & 1 deletion Resources/translations/flashes.ru.xlf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="ru" datatype="plaintext" original="file.ext">
<file source-language="en" target-language="ru" datatype="plaintext" original="file.ext">
<body>
<trans-unit id="1">
<source>sylius.resource.create</source>
Expand Down
2 changes: 1 addition & 1 deletion Resources/translations/flashes.sr_Cyrl.xlf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>

<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" datatype="plaintext" original="file.ext">
<file source-language="en" target-language="sr_Cyrl" datatype="plaintext" original="file.ext">
<body>
<trans-unit id="1">
<source>sylius.resource.create</source>
Expand Down
2 changes: 1 addition & 1 deletion Resources/translations/flashes.sr_Latn.xlf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>

<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" datatype="plaintext" original="file.ext">
<file source-language="en" target-language="sr_Latn" datatype="plaintext" original="file.ext">
<body>
<trans-unit id="1">
<source>sylius.resource.create</source>
Expand Down

0 comments on commit 35b2b69

Please sign in to comment.