diff --git a/v3/assets/notes_and_actors_with_languages/posting_language_options.png b/v3/assets/notes_and_actors_with_languages/posting_language_options.png new file mode 100644 index 0000000..c12197e Binary files /dev/null and b/v3/assets/notes_and_actors_with_languages/posting_language_options.png differ diff --git a/v3/assets/notes_and_actors_with_languages/settings_language.png b/v3/assets/notes_and_actors_with_languages/settings_language.png new file mode 100644 index 0000000..b60165b Binary files /dev/null and b/v3/assets/notes_and_actors_with_languages/settings_language.png differ diff --git a/v3/assets/notes_and_actors_with_languages/settings_language_order.png b/v3/assets/notes_and_actors_with_languages/settings_language_order.png new file mode 100644 index 0000000..d4b9cc7 Binary files /dev/null and b/v3/assets/notes_and_actors_with_languages/settings_language_order.png differ diff --git a/v3/milestone-notes-and-actors-with-languages.html b/v3/milestone-notes-and-actors-with-languages.html index d619142..d2255bf 100644 --- a/v3/milestone-notes-and-actors-with-languages.html +++ b/v3/milestone-notes-and-actors-with-languages.html @@ -36,8 +36,8 @@

Milestone: Notes and Actors with languages

- -
December 05, 2021 — + +
December 09, 2021 — GNU social development team
@@ -51,10 +51,24 @@ GNU social development team -

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

+ +

Upon sending the previous form, the user is redirected to order their selection: +Ordering the selections made in previous page

+ +

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

What does this mean?

@@ -68,6 +82,7 @@ for actual internationalization of the free network.

+
diff --git a/v3/milestone-notes-and-actors-with-languages.md b/v3/milestone-notes-and-actors-with-languages.md index 5296667..a6516e9 100644 --- a/v3/milestone-notes-and-actors-with-languages.md +++ b/v3/milestone-notes-and-actors-with-languages.md @@ -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?