From a5166cb4ef6ed8655e9dbe201329a751b7facd9e Mon Sep 17 00:00:00 2001 From: Shadi Naif Date: Thu, 20 Apr 2023 17:57:11 +0300 Subject: [PATCH] feat: make extract_translations to use i18n_tool Refs: FC-0012 OEP-58 --- .../{ => conf}/locale/config.yaml | 0 .../{ => conf}/locale/en/LC_MESSAGES/django.mo | Bin .../{ => conf}/locale/en/LC_MESSAGES/django.po | 0 .../{ => conf}/locale/eo/LC_MESSAGES/django.mo | Bin .../{ => conf}/locale/eo/LC_MESSAGES/django.po | 0 .../{ => conf}/locale/es_419/LC_MESSAGES/django.mo | Bin .../{ => conf}/locale/es_419/LC_MESSAGES/django.po | 0 edx_credentials_themes/locale | 1 + 8 files changed, 1 insertion(+) rename edx_credentials_themes/{ => conf}/locale/config.yaml (100%) rename edx_credentials_themes/{ => conf}/locale/en/LC_MESSAGES/django.mo (100%) rename edx_credentials_themes/{ => conf}/locale/en/LC_MESSAGES/django.po (100%) rename edx_credentials_themes/{ => conf}/locale/eo/LC_MESSAGES/django.mo (100%) rename edx_credentials_themes/{ => conf}/locale/eo/LC_MESSAGES/django.po (100%) rename edx_credentials_themes/{ => conf}/locale/es_419/LC_MESSAGES/django.mo (100%) rename edx_credentials_themes/{ => conf}/locale/es_419/LC_MESSAGES/django.po (100%) create mode 120000 edx_credentials_themes/locale diff --git a/edx_credentials_themes/locale/config.yaml b/edx_credentials_themes/conf/locale/config.yaml similarity index 100% rename from edx_credentials_themes/locale/config.yaml rename to edx_credentials_themes/conf/locale/config.yaml diff --git a/edx_credentials_themes/locale/en/LC_MESSAGES/django.mo b/edx_credentials_themes/conf/locale/en/LC_MESSAGES/django.mo similarity index 100% rename from edx_credentials_themes/locale/en/LC_MESSAGES/django.mo rename to edx_credentials_themes/conf/locale/en/LC_MESSAGES/django.mo diff --git a/edx_credentials_themes/locale/en/LC_MESSAGES/django.po b/edx_credentials_themes/conf/locale/en/LC_MESSAGES/django.po similarity index 100% rename from edx_credentials_themes/locale/en/LC_MESSAGES/django.po rename to edx_credentials_themes/conf/locale/en/LC_MESSAGES/django.po diff --git a/edx_credentials_themes/locale/eo/LC_MESSAGES/django.mo b/edx_credentials_themes/conf/locale/eo/LC_MESSAGES/django.mo similarity index 100% rename from edx_credentials_themes/locale/eo/LC_MESSAGES/django.mo rename to edx_credentials_themes/conf/locale/eo/LC_MESSAGES/django.mo diff --git a/edx_credentials_themes/locale/eo/LC_MESSAGES/django.po b/edx_credentials_themes/conf/locale/eo/LC_MESSAGES/django.po similarity index 100% rename from edx_credentials_themes/locale/eo/LC_MESSAGES/django.po rename to edx_credentials_themes/conf/locale/eo/LC_MESSAGES/django.po diff --git a/edx_credentials_themes/locale/es_419/LC_MESSAGES/django.mo b/edx_credentials_themes/conf/locale/es_419/LC_MESSAGES/django.mo similarity index 100% rename from edx_credentials_themes/locale/es_419/LC_MESSAGES/django.mo rename to edx_credentials_themes/conf/locale/es_419/LC_MESSAGES/django.mo diff --git a/edx_credentials_themes/locale/es_419/LC_MESSAGES/django.po b/edx_credentials_themes/conf/locale/es_419/LC_MESSAGES/django.po similarity index 100% rename from edx_credentials_themes/locale/es_419/LC_MESSAGES/django.po rename to edx_credentials_themes/conf/locale/es_419/LC_MESSAGES/django.po diff --git a/edx_credentials_themes/locale b/edx_credentials_themes/locale new file mode 120000 index 00000000..618b7e29 --- /dev/null +++ b/edx_credentials_themes/locale @@ -0,0 +1 @@ +conf/locale \ No newline at end of file