tomdionysus / foaas

FOAAS (Fuck Off As A Service) provides a modern, RESTful, scalable solution to the common problem of telling people to fuck off.
http://foaas.com
Do What The F*ck You Want To Public License
2.99k stars 394 forks source link

Using shoutcloud and i18n filter together doesn't work #79

Closed petedmarsh closed 9 years ago

petedmarsh commented 9 years ago

The documentation says:

Filters can be used in combinations, e.g. http://foaas.com/off/Tom/Everyone?shoutcloud&i18n=de

But, if you go to that URL you get:

<html><head> <title>FOAAS - FUCK OFF, TOM. - - EVERYONE</title> <meta charset="utf-8"> <link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet"> </head> <body style="margin-top:40px;"> <div class="container"> <div id="view-10" view=""><div class="hero-unit"> <h1>FUCK OFF, TOM.</h1> <p><em>- EVERYONE</em></p> </div> </div> </div> <script async="" src="//www.google-analytics.com/analytics.js"></script><script>!function(a,b,c,d,e,f,g){a.GoogleAnalyticsObject=e,a[e]=a[e]||function(){(a[e].q=a[e].q||[]).push(arguments)},a[e].l=1*new Date,f=b.createElement(c),g=b.getElementsByTagName(c)[0],f.async=1,f.src=d,g.parentNode.insertBefore(f,g)}(window,document,"script","//www.google-analytics.com/analytics.js","ga"),ga("create","UA-42551488-1","herokuapp.com"),ga("send","pageview");</script>  </body></html>

i.e. the message is SHOUTY but not in German.

tomdionysus commented 9 years ago

Yup, I'll be fixing this in My Copious Free Time™. PRs / suggestions / traces welcome.