Skip to content

Commit fd5f1a5

Browse files
authored
Merge pull request #1494 from processing/revert-1493-missing-translations
Revert "Fix missing translations in Nav"
2 parents 54d6e48 + c6f1e9d commit fd5f1a5

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

client/styles/components/_nav.scss

Lines changed: 1 addition & 1 deletion
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: #{125 / $base-font-size}rem;
116+
width: #{122 / $base-font-size}rem;
117117
}
118118
}
119119

translations/locales/en-US/translations.json

Lines changed: 5 additions & 6 deletions
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-
"MySketches": "My Sketches",
93-
"MyCollections": "My Collections",
92+
"Sketches": "My sketches",
93+
"Collections": "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,8 +109,7 @@
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.",
113-
"LogOut": "Log Out"
112+
"WarningUnsavedChanges": "Are you sure you want to leave this page? You have unsaved changes."
114113

115114
}
116115

0 commit comments

Comments
 (0)