Skip to content

Commit a482fd0

Browse files
authored
Merge pull request #5186 from gabriele-v/main
Fix wrong locale names and add BG and RO files
2 parents d13084a + cdbd7cc commit a482fd0

File tree

11 files changed

+225
-3
lines changed

11 files changed

+225
-3
lines changed

dist/locales/bg.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"name": "bg",
3+
"options": {
4+
"months": [
5+
"Януари",
6+
"Февруари",
7+
"Март",
8+
"Април",
9+
"Май",
10+
"Юни",
11+
"Юли",
12+
"Август",
13+
"Септември",
14+
"Октомври",
15+
"Ноември",
16+
"Декември"
17+
],
18+
"shortMonths": [
19+
"Яну",
20+
"Фев",
21+
"Мар",
22+
"Апр",
23+
"Май",
24+
"Юни",
25+
"Юли",
26+
"Авг",
27+
"Сеп",
28+
"Окт",
29+
"Ное",
30+
"Дек"
31+
],
32+
"days": [
33+
"Неделя",
34+
"Понеделник",
35+
"Вторник",
36+
"Сряда",
37+
"Четвъртък",
38+
"Петък",
39+
"Събота"
40+
],
41+
"shortDays": ["Нед", "Пон", "Вто", "Сря", "Чет", "Пет", "Съб"],
42+
"toolbar": {
43+
"exportToSVG": "Изтегли SVG",
44+
"exportToPNG": "Изтегли PNG",
45+
"exportToCSV": "Изтегли CSV",
46+
"menu": "Меню",
47+
"selection": "Избор",
48+
"selectionZoom": "Мащабиране на избора",
49+
"zoomIn": "Увеличаване",
50+
"zoomOut": "Намаляване",
51+
"pan": "Панориране",
52+
"reset": "Нулиране на мащаба"
53+
}
54+
}
55+
}

dist/locales/ro.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"name": "ro",
3+
"options": {
4+
"months": [
5+
"Ianuarie",
6+
"Februarie",
7+
"Martie",
8+
"Aprilie",
9+
"Mai",
10+
"Iunie",
11+
"Iulie",
12+
"August",
13+
"Septembrie",
14+
"Octombrie",
15+
"Noiembrie",
16+
"Decembrie"
17+
],
18+
"shortMonths": [
19+
"Ian",
20+
"Feb",
21+
"Mar",
22+
"Apr",
23+
"Mai",
24+
"Iun",
25+
"Iul",
26+
"Aug",
27+
"Sep",
28+
"Oct",
29+
"Nov",
30+
"Dec"
31+
],
32+
"days": [
33+
"Duminică",
34+
"Luni",
35+
"Marți",
36+
"Miercuri",
37+
"Joi",
38+
"Vineri",
39+
"Sâmbătă"
40+
],
41+
"shortDays": ["Dum", "Lun", "Mar", "Mie", "Joi", "Vin", "Sâm"],
42+
"toolbar": {
43+
"exportToSVG": "Descarcă SVG",
44+
"exportToPNG": "Descarcă PNG",
45+
"exportToCSV": "Descarcă CSV",
46+
"menu": "Meniu",
47+
"selection": "Selecție",
48+
"selectionZoom": "Zoom selecție",
49+
"zoomIn": "Mărire",
50+
"zoomOut": "Micșorare",
51+
"pan": "Panoramare",
52+
"reset": "Resetare zoom"
53+
}
54+
}
55+
}

samples/playground/options.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,7 @@ export const optionsPattern = {
752752
url: 'https://apexcharts.com/docs/localization/',
753753
type: String,
754754
choices: [
755+
'bg',
755756
'ca',
756757
'cs',
757758
'de',
@@ -774,15 +775,16 @@ export const optionsPattern = {
774775
'pl',
775776
'pt',
776777
'pt-br',
777-
'rs',
778+
'ro',
778779
'ru',
779-
'se',
780780
'sk',
781781
'sl',
782782
'sq',
783+
'sr',
784+
'sv',
783785
'th',
784786
'tr',
785-
'ua',
787+
'uk',
786788
'zh-cn',
787789
],
788790
default: 'en',

src/locales/bg.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"name": "bg",
3+
"options": {
4+
"months": [
5+
"Януари",
6+
"Февруари",
7+
"Март",
8+
"Април",
9+
"Май",
10+
"Юни",
11+
"Юли",
12+
"Август",
13+
"Септември",
14+
"Октомври",
15+
"Ноември",
16+
"Декември"
17+
],
18+
"shortMonths": [
19+
"Яну",
20+
"Фев",
21+
"Мар",
22+
"Апр",
23+
"Май",
24+
"Юни",
25+
"Юли",
26+
"Авг",
27+
"Сеп",
28+
"Окт",
29+
"Ное",
30+
"Дек"
31+
],
32+
"days": [
33+
"Неделя",
34+
"Понеделник",
35+
"Вторник",
36+
"Сряда",
37+
"Четвъртък",
38+
"Петък",
39+
"Събота"
40+
],
41+
"shortDays": ["Нед", "Пон", "Вто", "Сря", "Чет", "Пет", "Съб"],
42+
"toolbar": {
43+
"exportToSVG": "Изтегли SVG",
44+
"exportToPNG": "Изтегли PNG",
45+
"exportToCSV": "Изтегли CSV",
46+
"menu": "Меню",
47+
"selection": "Избор",
48+
"selectionZoom": "Мащабиране на избора",
49+
"zoomIn": "Увеличаване",
50+
"zoomOut": "Намаляване",
51+
"pan": "Панориране",
52+
"reset": "Нулиране на мащаба"
53+
}
54+
}
55+
}

src/locales/ro.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"name": "ro",
3+
"options": {
4+
"months": [
5+
"Ianuarie",
6+
"Februarie",
7+
"Martie",
8+
"Aprilie",
9+
"Mai",
10+
"Iunie",
11+
"Iulie",
12+
"August",
13+
"Septembrie",
14+
"Octombrie",
15+
"Noiembrie",
16+
"Decembrie"
17+
],
18+
"shortMonths": [
19+
"Ian",
20+
"Feb",
21+
"Mar",
22+
"Apr",
23+
"Mai",
24+
"Iun",
25+
"Iul",
26+
"Aug",
27+
"Sep",
28+
"Oct",
29+
"Nov",
30+
"Dec"
31+
],
32+
"days": [
33+
"Duminică",
34+
"Luni",
35+
"Marți",
36+
"Miercuri",
37+
"Joi",
38+
"Vineri",
39+
"Sâmbătă"
40+
],
41+
"shortDays": ["Dum", "Lun", "Mar", "Mie", "Joi", "Vin", "Sâm"],
42+
"toolbar": {
43+
"exportToSVG": "Descarcă SVG",
44+
"exportToPNG": "Descarcă PNG",
45+
"exportToCSV": "Descarcă CSV",
46+
"menu": "Meniu",
47+
"selection": "Selecție",
48+
"selectionZoom": "Zoom selecție",
49+
"zoomIn": "Mărire",
50+
"zoomOut": "Micșorare",
51+
"pan": "Panoramare",
52+
"reset": "Resetare zoom"
53+
}
54+
}
55+
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)