From e2ab31336aa6cf12d6d49af9eeca16831cb9d4e0 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 31 Mar 2020 01:31:04 +0200 Subject: [PATCH] Moving locale/translation tools to a specific folder ... Need some work to revive this whole thing --- .../generate_translation_file.py | 0 .../separate_locales_between_lists.py | 0 update_translations.py => i18n-tools/update_translations.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename generate_translation_file.py => i18n-tools/generate_translation_file.py (100%) rename separate_locales_between_lists.py => i18n-tools/separate_locales_between_lists.py (100%) rename update_translations.py => i18n-tools/update_translations.py (100%) diff --git a/generate_translation_file.py b/i18n-tools/generate_translation_file.py similarity index 100% rename from generate_translation_file.py rename to i18n-tools/generate_translation_file.py diff --git a/separate_locales_between_lists.py b/i18n-tools/separate_locales_between_lists.py similarity index 100% rename from separate_locales_between_lists.py rename to i18n-tools/separate_locales_between_lists.py diff --git a/update_translations.py b/i18n-tools/update_translations.py similarity index 100% rename from update_translations.py rename to i18n-tools/update_translations.py