I18n: Add Russian support (based on DrMaks22 PR)#1642
Merged
benjaminshafii merged 11 commits intodifferent-ai:devfrom May 4, 2026
Merged
I18n: Add Russian support (based on DrMaks22 PR)#1642benjaminshafii merged 11 commits intodifferent-ai:devfrom
benjaminshafii merged 11 commits intodifferent-ai:devfrom
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
@johnnyshields is attempting to deploy a commit to the Different AI Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
|
The following comment was made by an LLM, it may be inaccurate: |
Closed
|
Thanks @johnnyshields. Agreed: let us treat #1642 as the canonical Russian locale PR and land that first. The only remaining blocker is Vercel authorization on the current head; once a Different AI member authorizes the current deploy links, the repo checks are green and this should be ready to merge. |
…ranslations, and prune the Russian translations
5024b71 to
a435d97
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR includes the changes from #1639, #1640, and #1641. Please merge those first.
Adds support for Russian locale, based on PR #1635
Also includes two small changes to
i18n-audit.js--pruneoption now prunes orphaned translations from non-EN locales--placeholderscheck skips{count}when it is used with _zero or _one pluralizationsAlso fixes a usage confusion in
i18n/index.ts -> LANGUAGE_OPTIONS -> label vs. nativeName