Skip to content
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

Added Russian Localization Update ru.json #297

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
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
48 changes: 24 additions & 24 deletions src/intl/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,33 @@
"header": {
"dapps": "dapps",
"integrations": "интеграции",
"research": "исследование",
"research": "исследования",
"blog": "блог",
"about": "о нас"
Comment on lines 3 to 7
Copy link
Contributor

Choose a reason for hiding this comment

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

🛠️ Refactor suggestion

Maintain consistent capitalization between header and footer

There's an inconsistency in capitalization between header and footer sections:

  • Header: "о нас" (lowercase)
  • Footer: "О нас" (title case)

Consider standardizing the capitalization across sections.

},
"footer": {
"about": "About",
"cooperative": "Copperative",
"whitepaper": "White Paper",
"yellowpaper": "Yellow Paper",
"research": "Research",
"pnktoken": "PNK Token",
"developer": "Developer",
"integrations": "Integrations",
"governance": "Governance",
"escrow": "Escrow",
"curate": "Curate",
"fellowship": "Fellowship",
"community": "Community",
"blog": "Blog",
"media": "Media",
"book": "Book",
"faq": "FAQ",
"subscribe-title": "Stay Updated",
"subscribe-placeholder": "your@email.com",
"subscribe-button": "Subscribe",
"button-primary": "Join as a Juror",
"button-secondary": "Become a Partner",
"copyright": "Copyright"
"about": "О нас",
"cooperative": "Кооператив",
"whitepaper": "Белая книга",
"yellowpaper": "Желтая книга",
"research": "Исследования",
"pnktoken": "Токен PNK",
"developer": "Разработчик",
"integrations": "Интеграции",
"governance": "Управление",
"escrow": "Эскроу",
"curate": "Кураторство",
"fellowship": "Содружество",
"community": "Сообщество",
"blog": "Блог",
"media": "Медиа",
"book": "Книга",
"faq": "Часто задаваемые вопросы",
"subscribe-title": "Будьте в курсе",
"subscribe-placeholder": "ваш@email.com",
"subscribe-button": "Подписаться",
"button-primary": "Присоединиться в качестве присяжного",
"button-secondary": "Стать партнером",
"copyright": "Авторское право"
}
}