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

[ISSUE-199] i18n.js: bugfix. Support special chars #201

Closed GerardSoleCa closed 5 years ago

GerardSoleCa commented 6 years ago

This commit arranges the issue #199 which was causing translation issues. Remote service call has been migrated to GET method, and separator has been changed for a single non-common char.

The main issue behind the bug was the URL query-string scaping. Now the query-string is built using the provided method by the request library

tomdionysus commented 5 years ago

Add a test and I'll merge :)