From e5add6c392bb021c3d27d3b8a938d3b25762fb84 Mon Sep 17 00:00:00 2001 From: Official Noob <31563761+OfficialNoob@users.noreply.github.com> Date: Wed, 7 Aug 2019 16:55:47 +0100 Subject: [PATCH] Create LANG.js --- LANG.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 LANG.js diff --git a/LANG.js b/LANG.js new file mode 100644 index 00000000..0a197278 --- /dev/null +++ b/LANG.js @@ -0,0 +1,9 @@ + // File to store strings for diffrent languages + + var EN_US = new Map(); + + EN_US.set(400, 'Server said this request was invalid"') + .set(429, 'You have submitted too many sponsor times for this one video, are you sure there are this many?') + .set(409, 'This has already been submitted before') + .set(502, 'It seems the server is down. Contact the dev to inform them.') + .set('Unknown', 'There was an error submitting your sponsor times, please try again later.');