Skip to content

docs: add Korean READMEs to easy-paging demos#12

Merged
jlc488 merged 1 commit into
mainfrom
easy-paging-demos-bilingual
May 23, 2026
Merged

docs: add Korean READMEs to easy-paging demos#12
jlc488 merged 1 commit into
mainfrom
easy-paging-demos-bilingual

Conversation

@jlc488

@jlc488 jlc488 commented May 23, 2026

Copy link
Copy Markdown
Contributor

Summary

Mirrors PR #11 for the easy-paging demos. All 9 demos in this repo are now bilingual.

Changes (4 demos × 2 files)

Demo Action
easy-paging-demo/README.md Add **English** · [한국어](README.ko.md) picker
easy-paging-demo/README.ko.md New (full translation incl. advanced envelope-replacement section)
easy-paging-keyset-demo/README.md Add picker
easy-paging-keyset-demo/README.ko.md New (incl. cursor signing + walk invariants)
easy-paging-postgres-demo/README.md Add picker
easy-paging-postgres-demo/README.ko.md New (incl. Docker Compose vs Testcontainers table)
easy-paging-reactive-demo/README.md Add picker
easy-paging-reactive-demo/README.ko.md New (incl. R2DBC vs JDBC comparison)

Test plan

  • CI: README-only changes — Detect demos to build will still trigger demo builds for each touched directory (correct behaviour, the detector treats any file change as build-worthy), but they should all pass since no code changed
  • Render check: open each .ko.md on GitHub web, confirm tables / fenced code / inline code render correctly
  • Cross-link check: every README.ko.md has [English](README.md) at the top, every README.md has [한국어](README.ko.md) — symmetry preserved

Bilingual coverage for the 4 easy-paging demos — same convention as the
ssrf-guard demos (PR #11) and the libraries themselves: README.md +
README.ko.md with a language-picker line at the top.

Affected demos:
  - easy-paging-demo         (offset pagination + envelope replacement)
  - easy-paging-keyset-demo  (cursor pagination, size+1 trick, signed cursors)
  - easy-paging-postgres-demo (real PG via Docker Compose + Testcontainers)
  - easy-paging-reactive-demo (WebFlux + R2DBC, identical wire contract)

All 4 demos now have:
  - README.md     primary English content + `**English** · [한국어](README.ko.md)`
  - README.ko.md  full Korean translation, kept in lockstep with English

Closes the gap noted in PR #11 — all 9 demos in this repo are now
bilingual. Top-level README + maintenance posts in Discussions already
were.
@jlc488
jlc488 merged commit 7ac246a into main May 23, 2026
6 checks passed
@jlc488
jlc488 deleted the easy-paging-demos-bilingual branch May 23, 2026 06:43
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.

1 participant