Skip to content

Apply the #22 answers to the reviewed pages: English plurals and -ഉം commas (6 places) - #24

Open
mmcky wants to merge 1 commit into
mainfrom
ml22-plural-and-comma-normalisation
Open

mmcky wants to merge 1 commit into
mainfrom
ml22-plural-and-comma-normalisation

Conversation

@mmcky

@mmcky mmcky commented Sep 21, 2026

Copy link
Copy Markdown
Contributor

@adisankarmt — thank you for the answers on #22. Two of them apply to text that is already on the site, so this small PR brings six places on the reviewed pages into line with what you told us. Nothing else changes. It needs only a quick look from you: approve it if all six read correctly, or tell us which to put back.

From your answer 2.2 — English plural + Malayalam suffix

Page Was Now
matplotlib function call-കളിൽ function calls-ൽ
matplotlib object-ുകൾ objects
python_by_example tasks-കൾ tasks

The second one was also showing a dotted circle before ു in some fonts, which is the rendering problem you agreed about.

From your answer 2.5 — the comma is always there

Page Was Now
matplotlib simple-ഉം convenient-ഉം simple-ഉം, convenient-ഉം
python_by_example clean-ഉം consistent-ഉം clean-ഉം, consistent-ഉം
python_by_example list-ഉം `append`-ഉം list-ഉം, `append`-ഉം

One we did not touch — your call. functions, in the list of reasons to use functions: വ്യത്യസ്ത logic-ുകളെ separate ചെയ്യുന്നു (English: separating different strands of logic). It has the same -ുകൾ after a hyphen, but "logics" is not a natural English plural, so we did not want to guess. If you tell us the form you prefer we will add it here.

For @mmcky: these six were found by two new checks written from the #22 answers; they are part of the lint set we run on each draft before it goes to review, so the same forms should not reach Adisankar again. The tool-side change is in QuantEcon/action-translation, linked from #22.

🤖 Generated with Claude Code

…ഉം commas

Adisankar's answers on #22 (2026-09-19): the plural of an English noun is
the English plural plus the Malayalam suffix (Q2.2), and the comma between
-ഉം items is always there, single words included (Q2.5). Six places on the
already-reviewed pages go the other way; this brings them into line.

matplotlib: function call-കളിൽ → function calls-ൽ; object-ുകൾ → objects
(the vowel sign after a hyphen also rendered as a dotted circle in some
fonts); simple-ഉം, convenient-ഉം.
python_by_example: tasks-കൾ → tasks; clean-ഉം, consistent-ഉം;
list-ഉം, `append`-ഉം.

Left alone on purpose: functions line 279, logic-ുകളെ — "logics" is not
natural English, so the form is the editor's to choose.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@mmcky
mmcky requested review from adisankarmt and a lite review from Copilot September 21, 2026 07:04

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot review overview

🟢 Approval recommended

The changes are limited to the six described text fixes and match the stated conventions without introducing structural or functional edits.

Review effort: Lite
Findings: None

What changed in this PR

This PR updates existing translated lecture text to match the agreed conventions from issue #22, focusing on (1) English plurals when an English noun takes a Malayalam suffix and (2) consistent comma usage between two -ഉം items.

Changes:

  • Replace Malayalam plural suffix forms on English nouns with English plurals (e.g., function calls-ൽ, objects, tasks).
  • Insert commas between paired -ഉം items for consistency (e.g., simple-ഉം, convenient-ഉം).
  • Apply these adjustments in six specific locations across the already-reviewed matplotlib and python_by_example pages.
File Description
lectures/​python_by_example.md Applies the tasks plural form change and adds commas in two -ഉം pairings.
lectures/​matplotlib.md Updates pluralization + suffix usage and adds the comma between -ഉം items.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@github-actions

Copy link
Copy Markdown
Contributor

📖 HTML build - view preview (a95aa18)

Translated pages in this PR:

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants