Skip to content

Commit 970c021

Browse files
committed
fix(i18n): Romanian site.json basics
Problems from the Crowdin setup copying English files into the repo when they aren't translated. Text taken from Electronjs.org language switcher Fixes #3251
1 parent 54cd45a commit 970c021

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

locale/ro/site.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"title": "Node.js",
33
"author": "Node.js",
4-
"url": "https://nodejs.org/en/",
5-
"locale": "en",
6-
"language": "English",
7-
"languageEnglishVersion": "English",
4+
"url": "https://nodejs.org/ro/",
5+
"locale": "ro",
6+
"language": "limba română",
7+
"languageEnglishVersion": "Romanian",
88
"scrollToTop": "Scroll to top",
99
"reportNodeIssue": "Report Node.js issue",
1010
"reportWebsiteIssue": "Report website issue",

0 commit comments

Comments
 (0)