From f55b304732c09af0dd6fcced557ff4bebfe9d7c3 Mon Sep 17 00:00:00 2001 From: Mashal Malik <107556986+Mashal-m@users.noreply.github.com> Date: Mon, 13 Mar 2023 10:45:28 +0500 Subject: [PATCH] refactor: remove unused tranisfex v2 url (#704) --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index fa21000..1ca691e 100644 --- a/Makefile +++ b/Makefile @@ -5,9 +5,6 @@ transifex_langs = "ar,fr,es_419,zh_CN,pt,it,de,uk,ru,hi,fr_CA" transifex_utils = ./node_modules/.bin/transifex-utils.js i18n = ./src/i18n transifex_input = $(i18n)/transifex_input.json -tx_url1 = https://www.transifex.com/api/2/project/edx-platform/resource/$(transifex_resource)/translation/en/strings/ -tx_url2 = https://www.transifex.com/api/2/project/edx-platform/resource/$(transifex_resource)/source/ - # This directory must match .babelrc . transifex_temp = ./temp/babel-plugin-react-intl