From 346749194769e41eee4ab7a2a445755a24951c2b Mon Sep 17 00:00:00 2001 From: Omar Al-Ithawi Date: Tue, 10 Oct 2023 14:13:02 +0300 Subject: [PATCH] fix: typo in the code of es_419 See: https://www.studiodessuantbone.com/articles/what-is-es_419/ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 85c8b900476..861d21c8036 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ sync_translations sync_translations_github_workflow # Default languages for the sync_translations.py file # This includes languages with at least 50% translated entries. # This list should be all the languages Open edX supports until the migration is complete. -export TX_LANGUAGES := ar,da,de_DE,el,es_149,es_ES,fr_CA,hi,he,id,it_IT,pt_BR,pt_PT,ru,th,tr_TR,uk,zh_CN +export TX_LANGUAGES := ar,da,de_DE,el,es_419,es_ES,fr_CA,hi,he,id,it_IT,pt_BR,pt_PT,ru,th,tr_TR,uk,zh_CN piptools: