Skip to content

Commit b1af001

Browse files
authored
Critical fix!!! ( Romanian will not work without)
I just realized the coworker that made the Romanian translation translated also two of the keys. The locale will not work without this fix, crashing the component. Please accept the change!
1 parent 2cf89e5 commit b1af001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/locales/ro-RO.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"previousMonth": "Luna anterioară",
55
"nextYear": "Anul următor",
66
"previousYear": "Anul anterior",
7-
"zilele săptămânii": [
7+
"weekdays": [
88
"Duminică",
99
"Luni",
1010
"Marți",
@@ -13,7 +13,7 @@
1313
"Vineri",
1414
"Sâmbătă"
1515
],
16-
"luni": [
16+
"months": [
1717
"Ianuarie",
1818
"Februarie",
1919
"Martie",

0 commit comments

Comments
 (0)