[BLOG] milestone notes and languages: add assets

This commit is contained in:
Eliseu Amaro 2021-12-09 14:43:04 +00:00 committed by Diogo Peralta Cordeiro
parent 0cc54b683f
commit 868fb0bc8b
Signed by: diogo
GPG Key ID: 18D2D35001FBFAB0
5 changed files with 35 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB

View File

@ -36,8 +36,8 @@
<h3><a class="ablack" href="milestone-notes-and-actors-with-languages.html">
Milestone: Notes and Actors with languages
</a></h3>
<!-- bashblog_timestamp: #202112052219.35# -->
<div class="subtitle">December 05, 2021 &mdash;
<!-- bashblog_timestamp: #202112090050.02# -->
<div class="subtitle">December 09, 2021 &mdash;
GNU social development team
</div>
<!-- text begin -->
@ -51,10 +51,24 @@ GNU social development team
<ul>
<li><a href="">Filter the streams with only the languages you know</a></li>
<li><a href="">Federate the language for a more inclusive free network</a></li>
<li><a href="">Make Tag Wrangling possible an transversal to languages</a></li>
<li><a href="">Make Tag Wrangling possible and transversal to languages</a></li>
</ul>
<h2>Here's how it looks:</h2>
<h2>Here's how it looks</h2>
<p>First, the user panel section where the desired preferences are selected:
<img src="assets/notes_and_actors_with_languages/settings_language.png" alt="User panel language settings section" title="" /></p>
<p>Upon sending the previous form, the user is redirected to order their selection:
<img src="assets/notes_and_actors_with_languages/settings_language_order.png" alt="Ordering the selections made in previous page" title="" /></p>
<p>Finally, when posting the language with the highest priority is selected by default.</p>
<p>However, by accessing "Additional options", another language may be selected. The resulting
note will have the lang attribute according to it.</p>
<p>The posting widget itself:
<img src="assets/notes_and_actors_with_languages/posting_language_options.png" alt="Selecting the language of a note when posting" title="" /></p>
<h2>What does this mean?</h2>
@ -68,6 +82,7 @@ for actual internationalization of the free network.</p>
<!-- text end -->
<!-- entry end -->
</div>

View File

@ -8,9 +8,23 @@ Well, it's that, our notes now have a language attribute.
* [Filter the streams with only the languages you know]()
* [Federate the language for a more inclusive free network]()
* [Make Tag Wrangling possible an transversal to languages]()
* [Make Tag Wrangling possible and transversal to languages]()
## Here's how it looks:
## Here's how it looks
First, the user panel section where the desired preferences are selected:
![User panel language settings section](assets/notes_and_actors_with_languages/settings_language.png)
Upon sending the previous form, the user is redirected to order their selection:
![Ordering the selections made in previous page](assets/notes_and_actors_with_languages/settings_language_order.png)
Finally, when posting the language with the highest priority is selected by default.
However, by accessing "Additional options", another language may be selected. The resulting
note will have the lang attribute according to it.
The posting widget itself:
![Selecting the language of a note when posting](assets/notes_and_actors_with_languages/posting_language_options.png)
## What does this mean?