szczanieckiej.git

commit df9e94d1407f43a9223751125138aef28e318e93

Author: Adam <git@apiote.xyz>

add translations step to tutorial

 traffic/feed_example.go | 9 +++++++--


diff --git a/traffic/feed_example.go b/traffic/feed_example.go
index ffdc052715413c182ebd7e4ec1c54a3d78f17810..99a191af66d45f1f76c891cfc78f36ea744f0107 100644
--- a/traffic/feed_example.go
+++ b/traffic/feed_example.go
@@ -6,7 +6,7 @@ /*
 	TODO(1)
 	First choose an ID and struct name for the network You add.
 	As a guideline, the ID should be in format {locality}_{operator} and structure should be named {locality}{operator}.
-	In this example, we’ll be using a hipotetical network in Gravity Falls operated by Cipher Bus Transport, so the ID will be gravityfalls_cbt and thr structure will be named GravityFallsCbt.
+	In this example, we’ll be using a hipotetical network in Gravity Falls operated by Cipher Bus Transport, so the ID will be gravityfalls_cbt and the structure will be named GravityFallsCbt.
 	Finally copy this file to a new one named {ID}.go, i.e. gravityfalls_cbt.go
 */
 
@@ -173,5 +173,10 @@ }
 
 /*
 TODO(13)
-Add the structure in RegisterFeeds function in traffic/feeds.go
+Add description and attribution to strings in `translations/messages.en.yml` and any other languages if You can.
+*/
+
+/*
+TODO(14)
+Add the structure in RegisterFeeds function in `traffic/feeds.go`
 */