Skip to content

Commit 0e6937e

Browse files
Fixed menu translation after number was removed
1 parent 89ba326 commit 0e6937e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

i18n/ja.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"exercise": {
3-
"1. Scopes": "1. Scopes",
4-
"2. Scope Chains": "2. Scope Chains",
5-
"3. Global Scope & Shadowing": "3. Global Scope & Shadowing",
6-
"4. Closures": "4. Closures",
7-
"5. Garbage Collection": "5. Garbage Collection"
3+
"Scopes": "Scopes",
4+
"Scope Chains": "Scope Chains",
5+
"Global Scope & Shadowing": "Global Scope & Shadowing",
6+
"Closures": "Closures",
7+
"Garbage Collection": "Garbage Collection"
88
}
99
}

0 commit comments

Comments
 (0)