From ecbdf28f89303f3958185bec564d393c20949fac Mon Sep 17 00:00:00 2001 From: lepon01 Date: Mon, 15 Apr 2019 01:27:30 +0100 Subject: [PATCH] Add links to ls14 --- build.bat | 3 --- src/data/Locations.js | 4 ++-- src/locales/README.md | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 build.bat diff --git a/build.bat b/build.bat deleted file mode 100644 index a06efe46..00000000 --- a/build.bat +++ /dev/null @@ -1,3 +0,0 @@ -yarn build -yarn webpack -yarn server diff --git a/src/data/Locations.js b/src/data/Locations.js index d669bd58..bb1f7646 100644 --- a/src/data/Locations.js +++ b/src/data/Locations.js @@ -7,9 +7,9 @@ const Locations = { favicon: 'https://ls.terminal.ink/img/logo/logo32.png', sourceCode: 'https://github.com/Terminal/discordapps.dev', sourceDependencies: 'https://github.com/Terminal/discordapps.dev/network/dependencies', - sourceLicence: 'https://github.com/Terminal/discordapps.dev/blob/ls13/LICENCE', + sourceLicence: 'https://github.com/Terminal/discordapps.dev/blob/ls14/LICENCE', sourceIssues: 'https://github.com/Terminal/discordapps.dev/issues', - sourceTranslations: 'https://github.com/Terminal/discordapps.dev/tree/ls13/src/locales', + sourceTranslations: 'https://github.com/Terminal/discordapps.dev/tree/ls14/src/locales', sourceReleases: 'https://github.com/Terminal/discordapps.dev/releases', wiki: 'https://github.com/Terminal/discordapps.dev/wiki', tutorials: 'https://github.com/Terminal/discordapps.dev/wiki/Tutorials-Home', diff --git a/src/locales/README.md b/src/locales/README.md index dc26bd00..12c93d45 100644 --- a/src/locales/README.md +++ b/src/locales/README.md @@ -63,7 +63,7 @@ For instance, if you're translating Russian, rename to `ru.json` If there are features of your language which cannot be represented in English (such as gender for specific buttons), please contact at [discord](https://discord.gg/DwBCgta). ### 3. (optionally) Test the website -Follow the instructions in the [README.md](https://github.com/Terminal/discordapps.dev/tree/ls13) +Follow the instructions in the [README.md](https://github.com/Terminal/discordapps.dev/tree/ls14) ### 4. Send a pull request Go to GitHub and initiate a pull request.