This commit is contained in:
Nicky Case 2018-04-27 11:48:53 -04:00
parent d5da107a81
commit 7cf4afa040
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
window.TRANSLATIONS = [];
window.ADD_YOUR_OWN_LINK = "http://derp";
window.ADD_YOUR_OWN_LINK = "https://github.com/ncase/crowds#how-to-translate-this-thing";
var r = new XMLHttpRequest();
r.open("GET", "translations.txt", true);