Skip to content

Commit 7870d95

Browse files
Russian translation of about page and remaining parts of p5.js
This pull request add Russian translation across various UI components of and other remaining parts of p5.js
1 parent f079530 commit 7870d95

File tree

2 files changed

+701
-0
lines changed

2 files changed

+701
-0
lines changed

client/i18n.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import {
1111
it,
1212
ko,
1313
ptBR,
14+
ru,
1415
de,
1516
frCA,
1617
zhCN,
@@ -36,6 +37,7 @@ export const availableLanguages = [
3637
'ja',
3738
'ko',
3839
'pt-BR',
40+
'ru',
3941
'sv',
4042
'uk-UA',
4143
'zh-CN',
@@ -70,6 +72,7 @@ export function languageKeyToLabel(lang) {
7072
it: 'Italiano',
7173
ja: '日本語',
7274
ko: '한국어',
75+
ru:'Russian',
7376
'pt-BR': 'Português do Brasil',
7477
sv: 'Svenska',
7578
'uk-UA': 'Українська',
@@ -93,6 +96,7 @@ export function languageKeyToDateLocale(lang) {
9396
ja,
9497
ko,
9598
'pt-BR': ptBR,
99+
ru,
96100
sv,
97101
'uk-UA': uk,
98102
'zh-CN': zhCN,

0 commit comments

Comments
 (0)