From 51fc1dd02555326e4783541d5922ac5a6f323eef Mon Sep 17 00:00:00 2001 From: Saleem Latif Date: Thu, 15 Feb 2024 12:57:29 +0500 Subject: [PATCH 1/2] feat: Enabled translations for frontend-app-learner-portal-enterprise --- .github/workflows/extract-translation-source-files.yml | 2 +- .gitignore | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/extract-translation-source-files.yml b/.github/workflows/extract-translation-source-files.yml index ac494016e7f..c258b142f82 100644 --- a/.github/workflows/extract-translation-source-files.yml +++ b/.github/workflows/extract-translation-source-files.yml @@ -87,6 +87,7 @@ jobs: 'frontend-platform', 'paragon', 'studio-frontend', + 'frontend-app-learner-portal-enterprise', ]; const allGenericRepos = [ @@ -313,7 +314,6 @@ jobs: matrix: # repos missing extract_translations target in makefile: # * frontend-enterprise? - # * frontend-app-learner-portal-enterprise # * frontend-build? # * frontend-app-learner-portal-programs # * frontend-component-cookie-policy-banner diff --git a/.gitignore b/.gitignore index 22935c244ce..108f93db145 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,6 @@ htmlcov # msgfmt sometimes leaves these behind in the root directory /*.mo + +# IntelliJ IDE files +.idea/ From 3475654dc08217c48942c12a5eb89e2b31ec5580 Mon Sep 17 00:00:00 2001 From: Saleem Latif Date: Wed, 21 Feb 2024 10:27:02 +0500 Subject: [PATCH 2/2] fix: removed .idea from gitignore. --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index 108f93db145..22935c244ce 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,3 @@ htmlcov # msgfmt sometimes leaves these behind in the root directory /*.mo - -# IntelliJ IDE files -.idea/