Skip to content

Commit

Permalink
Fixed menu translation after number was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
martinheidegger committed Oct 21, 2015
1 parent 89ba326 commit 0e6937e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions i18n/ja.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"exercise": {
"1. Scopes": "1. Scopes",
"2. Scope Chains": "2. Scope Chains",
"3. Global Scope & Shadowing": "3. Global Scope & Shadowing",
"4. Closures": "4. Closures",
"5. Garbage Collection": "5. Garbage Collection"
"Scopes": "Scopes",
"Scope Chains": "Scope Chains",
"Global Scope & Shadowing": "Global Scope & Shadowing",
"Closures": "Closures",
"Garbage Collection": "Garbage Collection"
}
}

0 comments on commit 0e6937e

Please sign in to comment.