Skip to content

Commit 6556997

Browse files
authored
Merge pull request #1495 from processing/missing-translations
[#1492] Update missing translations in en-US
2 parents 9767a74 + 2b67ea7 commit 6556997

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

client/styles/components/_nav.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
padding-right: #{20 / $base-font-size}rem;
114114

115115
& .nav__dropdown {
116-
width: #{122 / $base-font-size}rem;
116+
width: #{125 / $base-font-size}rem;
117117
}
118118
}
119119

translations/locales/en-US/translations.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@
8686
"Password": "Password",
8787
"ConfirmPassword": "Confirm Password",
8888
"OpenedNewSketch": "Opened new sketch.",
89-
"Hello": "Hello",
89+
"Hello": "Hello",
9090
"MyAccount": "My Account",
9191
"My":"My",
92-
"Sketches": "My sketches",
93-
"Collections": "My collections",
92+
"MySketches": "My Sketches",
93+
"MyCollections": "My Collections",
9494
"Asset": "Asset",
95-
"MyAssets": "My assets",
95+
"MyAssets": "My Assets",
9696
"TitleAbout": "p5.js Web Editor | About",
9797
"CodeEditing": "Code Editing",
9898
"Error": "Error",
@@ -109,7 +109,8 @@
109109
"FindPreviousTextMatch": "Find Previous Text Match",
110110
"Code editing keyboard shortcuts follow": "Code editing keyboard shortcuts follow",
111111
"Sublime Text shortcuts": "Sublime Text shortcuts",
112-
"WarningUnsavedChanges": "Are you sure you want to leave this page? You have unsaved changes."
112+
"WarningUnsavedChanges": "Are you sure you want to leave this page? You have unsaved changes.",
113+
"LogOut": "Log Out"
113114

114115
}
115116

0 commit comments

Comments
 (0)