docs(i18n): align article examples with API
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run

Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
Virgil 2026-04-03 07:39:56 +00:00
parent f487e427e9
commit 7332f5bd1c

View file

@ -214,8 +214,9 @@ i18n.Pluralize("file", 5) // "files"
i18n.Pluralize("child", 2) // "children" (irregular)
// Articles
i18n.Article("apple") // "an apple"
i18n.Article("banana") // "a banana"
i18n.Article("apple") // "an"
i18n.ArticlePhrase("apple") // "an apple"
i18n.ArticlePhrase("banana") // "a banana"
// Composed messages
i18n.Label("status") // "Status:"