Skip to content

Add Russian locale #2969

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add Russian locale to index
  • Loading branch information
RaspingMango authored Mar 11, 2025
commit d8d9adaded0512f4540199f62a2a5b67c7a147af
2 changes: 2 additions & 0 deletions packages/gitbook/src/intl/translations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { ja } from './ja';
import { nl } from './nl';
import { no } from './no';
import { pt_br } from './pt-br';
import { ru } from './ru';
import type { TranslationLanguage } from './types';
import { zh } from './zh';

Expand All @@ -26,5 +27,6 @@ export const languages: {
ja,
nl,
no,
ru,
'pt-br': pt_br,
};
Loading