Skip to content

Commit f3e02fb

Browse files
committed
Synchronized build
1 parent 9259e40 commit f3e02fb

File tree

2 files changed

+34
-26
lines changed

2 files changed

+34
-26
lines changed

community/index.html

+4
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,10 @@ <h2 id="slack">Slack</h2><p>Creative Commons has a large Slack community with su
378378
<td><strong>general technical issues, new tech blog posts, etc.</strong></td>
379379
</tr>
380380
<tr>
381+
<td><code>#cc-translation</code></td>
382+
<td>Coordinating translation efforts</td>
383+
</tr>
384+
<tr>
381385
<td><code>#cc-usability</code></td>
382386
<td>general usability issues, seeking feedback on new releases of CC products from the community, etc.</td>
383387
</tr>

contributing-code/translation-guide/index.html

+30-26
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,11 @@ <h4 class="b-header">On this page</h4>
301301

302302
</li>
303303

304+
<li>
305+
<a class="link" href="#additional-resources">Additional resources</a>
306+
307+
</li>
308+
304309
</ul>
305310
</aside>
306311
</div>
@@ -333,12 +338,12 @@ <h2 id="for-translators">For translators</h2><ul>
333338
alt="Screenshot of the Transifex sign up page"
334339
src="./transifex_signup.png">
335340
</p><ul>
336-
<li><p><strong>Verify your email</strong><br>
341+
<li><p><strong>Verify your email</strong>
337342
You will receive an email from Transifex on the email address you signed up.
338343
Clicking the link in the email will verify that you used an authentic email to
339344
sign up and enable all the features on your account.</p>
340345
</li>
341-
<li><p><strong>Visit the CC Organisation page</strong><br>
346+
<li><p><strong>Visit the CC Organisation page</strong>
342347
The <a href="https://www.transifex.com/creativecommons/public/">organisation page</a>
343348
contains links to all CC projects currently in translation.</p>
344349
</li>
@@ -349,7 +354,7 @@ <h2 id="for-translators">For translators</h2><ul>
349354
alt="Screenshot of the Transifex 'CC' organisation page"
350355
src="./transifex_org_page.png">
351356
</p><ul>
352-
<li><strong>Choose a project</strong><br>
357+
<li><strong>Choose a project</strong>
353358
Choose any project from the list that you would like to translate. Click on
354359
the project name to go to the project page.</li>
355360
</ul>
@@ -369,8 +374,13 @@ <h2 id="for-translators">For translators</h2><ul>
369374
<li>If your language is present, click on the 'Join team' button to join the
370375
team that's translating this project.</li>
371376
<li>In the modal choose your language and click the 'Join' button. You'll
372-
receive a notification that a request has been submitted. Wait for an
373-
administrator to add you to the team.</li>
377+
receive a notification that a request has been submitted.</li>
378+
<li>Notify the <code>cc-translation</code> channel on Slack<ul>
379+
<li>See <a href="/community/">Join the CC Developer Community — Creative Commons Open
380+
Source</a> for instructions on joining Slack</li>
381+
</ul>
382+
</li>
383+
<li>Wait for an administrator to add you to the team.</li>
374384
</ul>
375385
</li>
376386
</ul>
@@ -420,21 +430,18 @@ <h2 id="for-translators">For translators</h2><ul>
420430
alt="Screenshot of the Transifex resource modal"
421431
src="./transifex_resource_modal.png">
422432
</p><ul>
423-
<li><ul>
424433
<li><strong>Method 1: Translating using the Transifex editor UI</strong><ul>
425434
<li>To do this, click on the 'Translate' button from the resource modal. You
426435
will be taken to a list of all the strings from the website.</li>
427-
<li>Switch the language to your target language using the menu bar on the
428-
upper side of the screen.</li>
429-
<li>Click on any string, enter the translation in the lower box and click
430-
the 'Save Translation' button to commit the change.</li>
436+
<li>Switch the language to your target language using the menu bar on the upper
437+
side of the screen.</li>
438+
<li>Click on any string, enter the translation in the lower box and click the
439+
'Save Translation' button to commit the change.</li>
431440
<li>Some text has HTML tags in it. In those cases you can click on the tags in
432-
the source text to copy them over in the translated text. You can also
433-
drag to move them around as needed.</li>
434-
<li>Keep <a href="https://wiki.creativecommons.org/wiki/Translating_CC_Deeds#General_Notes_About_Translating">these instructions</a>
435-
in mind.</li>
436-
</ul>
437-
</li>
441+
the source text to copy them over in the translated text. You can also drag
442+
to move them around as needed.</li>
443+
<li>Keep these instructions in mind: <a href="https://wiki.creativecommons.org/wiki/Translating_CC_Deeds#General_Notes_About_Translating">General Notes About Translating -
444+
Translating CC Deeds - CC Public Wiki</a></li>
438445
</ul>
439446
</li>
440447
</ul>
@@ -444,11 +451,10 @@ <h2 id="for-translators">For translators</h2><ul>
444451
alt="Screenshot of the Transifex editor UI"
445452
src="transifex_editor_ui.png">
446453
</p><ul>
447-
<li><ul>
448454
<li><strong>Method 2: Translating using the Transifex live UI</strong><ul>
449-
<li>To do this, click on the 'Live' button from the resource modal. You will
450-
be taken to the website rendered in the Transifex page and you can edit
451-
the text directly.</li>
455+
<li>To do this, click on the 'Live' button from the resource modal. You will be
456+
taken to the website rendered in the Transifex page and you can edit the
457+
text directly.</li>
452458
<li>Switch the language to your target language using the sidebar on the right
453459
side of the screen.</li>
454460
<li>All the text is green boxes can be translated. Click on the pencil icon
@@ -458,15 +464,12 @@ <h2 id="for-translators">For translators</h2><ul>
458464
</ul>
459465
</li>
460466
</ul>
461-
</li>
462-
</ul>
463467
<p style="text-align: center;">
464468
<img
465469
style="max-height: 508px; border: 1px solid #ccc;"
466470
alt="Screenshot of the Transifex live UI"
467471
src="transifex_live_ui.png">
468472
</p><ul>
469-
<li><ul>
470473
<li><strong>Method 3: Translating strings locally</strong><ul>
471474
<li>To do this, you can download the JSON file that maps English strings to
472475
their counterparts in your language by clicking the 'Download file to
@@ -481,8 +484,6 @@ <h2 id="for-translators">For translators</h2><ul>
481484
</ul>
482485
</li>
483486
</ul>
484-
</li>
485-
</ul>
486487
<p>Your translations will go live as soon as they are approved by the admins.</p>
487488
<h2 id="for-admins">For admins</h2><ul>
488489
<li><strong>Approve team join requests</strong><ul>
@@ -514,7 +515,10 @@ <h2 id="for-admins">For admins</h2><ul>
514515
style="max-height: 503px; border: 1px solid #ccc;"
515516
alt="Screenshot of the Transifex 'Unreviewed translations' page"
516517
src="./transifex_review_translation.png">
517-
</p>
518+
</p><h2 id="additional-resources">Additional resources</h2><ul>
519+
<li><a href="https://wiki.creativecommons.org/wiki/Translate">Translate - CC Public Wiki</a></li>
520+
</ul>
521+
518522
</div>
519523
</div>
520524
</div>

0 commit comments

Comments
 (0)