Skip to content

Commit

Permalink
Enable FR L4 (CryptozombiesHQ#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
enlight authored Mar 6, 2018
1 parent b031a7d commit 4c0f3b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fr/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"syncing": "Synchronisation...",
"telegram": {
"name": "Telegram",
"openChat": "Open Chat",
"openChat": "Ouvrir le chat",
"action": "Rejoins-nous sur Telegram",
"link": "https://t.me/loomnetwork"
},
Expand Down
8 changes: 4 additions & 4 deletions fr/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import l3_ch11 from './3/11-savinggasstorage.md'
import l3_ch12 from './3/12-forloops.md'
import l3_ch13 from './3/13-wrappingitup.md'
import l3_complete from './3/14-lessoncomplete.md'
/*

// lesson4
import l4_overview from './4/00-overview.md'
import l4_payable from './4/payable.md'
Expand All @@ -69,7 +69,7 @@ import l4_ch8 from './4/battle-08.md'
import l4_ch9 from './4/battle-09.md'
import l4_ch10 from './4/wrappingitup.md'
import l4_complete from './4/lessoncomplete.md'
*/

// chapterList is an ordered array of chapters. The order represents the order of the chapters.
// chapter index will be 1-based and not zero-based. First chapter is 1

Expand Down Expand Up @@ -126,7 +126,7 @@ export default {
l3_ch12,
l3_ch13,
l3_complete
]/*,
],
4: [
l4_overview,
l4_payable,
Expand All @@ -142,5 +142,5 @@ export default {
l4_ch9,
l4_ch10,
l4_complete
]*/
]
}

0 comments on commit 4c0f3b2

Please sign in to comment.