-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct generation of
<target>
nodes with translate NO attribute (#95)
* fix not translatable <target> * wip * Tests all green * Xliff 2.0 * Refactoring
- Loading branch information
1 parent
f74067c
commit a562ef4
Showing
5 changed files
with
104 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2"> | ||
<file id="179174" original="/course_content/2022/coursee-2022.json" source-language="en-US" target-language="fa" datatype="plaintext" project-id="26074" tool-id="crowdin"> | ||
<header> | ||
<tool tool-id="crowdin" tool-name="Crowdin" tool-version="1.1"/> | ||
</header> | ||
<body> | ||
<trans-unit id="3142670" resname=""https://studio.code.org/s/coursee-2022/lessons/7/levels/7".sublevels.courseD_artist_nestedLoops9_predict12022.contained levels.0.dsls.markdown" translate="no" approved="yes"> | ||
<source><table> | ||
<tr><td>A</td><td><img src="https://images.code.org/cfc3f8206438a60afe3be9afe7fc0a22-image-1489118742610.10.15.png" width="100px" style="mix-blend-mode: multiply;"/></td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>B</td><td><img src="https://images.code.org/975b027684d2f5411b960bf82987663e-image-1489119999013.11.13.png" width="100px" style="mix-blend-mode: multiply;"/></td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>C</td><td><img src="https://images.code.org/635ac54ed7cb2e2d24eb341b3ec4eecb-image-1489120024059.12.00.png" width="80px" style="mix-blend-mode: multiply; clip: rect(0px,0px,0px,40px);"/></td></tr> | ||
</table> | ||
|
||
<br/><br/> | ||
|
||
</source> | ||
<target state="final"><table> | ||
<tr><td>A</td><td><img src="https://images.code.org/cfc3f8206438a60afe3be9afe7fc0a22-image-1489118742610.10.15.png" width="100px" style="mix-blend-mode: multiply;"/></td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>B</td><td><img src="https://images.code.org/975b027684d2f5411b960bf82987663e-image-1489119999013.11.13.png" width="100px" style="mix-blend-mode: multiply;"/></td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>C</td><td><img src="https://images.code.org/635ac54ed7cb2e2d24eb341b3ec4eecb-image-1489120024059.12.00.png" width="80px" style="mix-blend-mode: multiply; clip: rect(0px,0px,0px,40px);"/></td></tr> | ||
</table> | ||
|
||
<br/><br/> | ||
|
||
</target> | ||
<context-group purpose="information"> | ||
<context context-type="source">https://studio.code.org/s/coursee-2022/lessons/7/levels/7 -> sublevels -> courseD_artist_nestedLoops9_predict12022 -> contained levels -> 0 -> dsls -> markdown</context> | ||
</context-group> | ||
</trans-unit> | ||
<trans-unit id="3142672" resname=""https://studio.code.org/s/coursee-2022/lessons/7/levels/7".sublevels.courseD_artist_nestedLoops9_predict12022.contained levels.0.dsls.questions.0.text" approved="yes"> | ||
<source>Take a good look at the code below. Which drawing will this program make when you click "Run"?</source> | ||
<target state="final">با دقت به کد زیر نگاه کنید. با کلیک روی «اجرا»، این برنامه کدام طراحی را انجام میدهد؟</target> | ||
<context-group purpose="information"> | ||
<context context-type="source">https://studio.code.org/s/coursee-2022/lessons/7/levels/7 -> sublevels -> courseD_artist_nestedLoops9_predict12022 -> contained levels -> 0 -> dsls -> questions -> 0 -> text</context> | ||
</context-group> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |