Add about page to hamburger, closes #4090

This commit is contained in:
Greg Finley 2018-03-04 12:22:25 -08:00
parent cd4849462a
commit f7c1450757
3 changed files with 3 additions and 0 deletions

View file

@ -82,6 +82,7 @@
<a href="/blog">@trans.blog()</a> ı
@NotForKids {
<a href="/developers">@trans.webmasters()</a> ı
<a href="/about">@trans.about()</a> ı
<a href="/help/contribute">@trans.contribute()</a> ı
}
<a href="/thanks">@trans.thankYou()</a><br />

View file

@ -519,6 +519,7 @@ val `internationalEvents` = new Translated("internationalEvents", Site)
val `videoLibrary` = new Translated("videoLibrary", Site)
val `mobileApp` = new Translated("mobileApp", Site)
val `webmasters` = new Translated("webmasters", Site)
val `about` = new Translated("about", Site)
val `contribute` = new Translated("contribute", Site)
val `contact` = new Translated("contact", Site)
val `termsOfService` = new Translated("termsOfService", Site)

View file

@ -633,6 +633,7 @@ in %3$s</string>
<string name="videoLibrary">Video library</string>
<string name="mobileApp">Mobile App</string>
<string name="webmasters">Webmasters</string>
<string name="about">About</string>
<string name="contribute">Contribute</string>
<string name="contact">Contact</string>
<string name="termsOfService">Terms of Service</string>