From 7e65f016be845a123e41a242efd955618fc25dca Mon Sep 17 00:00:00 2001 From: markjcrane Date: Sun, 24 Dec 2017 06:14:59 +0000 Subject: [PATCH] Rename directory number_translation to number_translations to be more consistant --- app/{number_translation => number_translations}/app_config.php | 0 app/{number_translation => number_translations}/app_defaults.php | 0 app/{number_translation => number_translations}/app_languages.php | 0 app/{number_translation => number_translations}/app_menu.php | 0 app/{number_translation => number_translations}/cmd.php | 0 .../number_translation_delete.php | 0 .../number_translation_detail_delete.php | 0 .../number_translation_edit.php | 0 .../number_translations.php | 0 .../resources/classes/number_translation.php | 0 .../switch/conf/number_translation/GB_national_to_e164.xml | 0 .../switch/conf/number_translation/e164_to_GB_national.xml | 0 .../switch/conf/number_translation/remove_leading_plus.xml | 0 .../resources/switch/conf/number_translation/strip_non_digits.xml | 0 .../resources/switch/conf/number_translation/strip_symbols.xml | 0 app/{number_translation => number_translations}/root.php | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename app/{number_translation => number_translations}/app_config.php (100%) rename app/{number_translation => number_translations}/app_defaults.php (100%) rename app/{number_translation => number_translations}/app_languages.php (100%) rename app/{number_translation => number_translations}/app_menu.php (100%) rename app/{number_translation => number_translations}/cmd.php (100%) rename app/{number_translation => number_translations}/number_translation_delete.php (100%) rename app/{number_translation => number_translations}/number_translation_detail_delete.php (100%) rename app/{number_translation => number_translations}/number_translation_edit.php (100%) rename app/{number_translation => number_translations}/number_translations.php (100%) rename app/{number_translation => number_translations}/resources/classes/number_translation.php (100%) rename app/{number_translation => number_translations}/resources/switch/conf/number_translation/GB_national_to_e164.xml (100%) rename app/{number_translation => number_translations}/resources/switch/conf/number_translation/e164_to_GB_national.xml (100%) rename app/{number_translation => number_translations}/resources/switch/conf/number_translation/remove_leading_plus.xml (100%) rename app/{number_translation => number_translations}/resources/switch/conf/number_translation/strip_non_digits.xml (100%) rename app/{number_translation => number_translations}/resources/switch/conf/number_translation/strip_symbols.xml (100%) rename app/{number_translation => number_translations}/root.php (100%) diff --git a/app/number_translation/app_config.php b/app/number_translations/app_config.php similarity index 100% rename from app/number_translation/app_config.php rename to app/number_translations/app_config.php diff --git a/app/number_translation/app_defaults.php b/app/number_translations/app_defaults.php similarity index 100% rename from app/number_translation/app_defaults.php rename to app/number_translations/app_defaults.php diff --git a/app/number_translation/app_languages.php b/app/number_translations/app_languages.php similarity index 100% rename from app/number_translation/app_languages.php rename to app/number_translations/app_languages.php diff --git a/app/number_translation/app_menu.php b/app/number_translations/app_menu.php similarity index 100% rename from app/number_translation/app_menu.php rename to app/number_translations/app_menu.php diff --git a/app/number_translation/cmd.php b/app/number_translations/cmd.php similarity index 100% rename from app/number_translation/cmd.php rename to app/number_translations/cmd.php diff --git a/app/number_translation/number_translation_delete.php b/app/number_translations/number_translation_delete.php similarity index 100% rename from app/number_translation/number_translation_delete.php rename to app/number_translations/number_translation_delete.php diff --git a/app/number_translation/number_translation_detail_delete.php b/app/number_translations/number_translation_detail_delete.php similarity index 100% rename from app/number_translation/number_translation_detail_delete.php rename to app/number_translations/number_translation_detail_delete.php diff --git a/app/number_translation/number_translation_edit.php b/app/number_translations/number_translation_edit.php similarity index 100% rename from app/number_translation/number_translation_edit.php rename to app/number_translations/number_translation_edit.php diff --git a/app/number_translation/number_translations.php b/app/number_translations/number_translations.php similarity index 100% rename from app/number_translation/number_translations.php rename to app/number_translations/number_translations.php diff --git a/app/number_translation/resources/classes/number_translation.php b/app/number_translations/resources/classes/number_translation.php similarity index 100% rename from app/number_translation/resources/classes/number_translation.php rename to app/number_translations/resources/classes/number_translation.php diff --git a/app/number_translation/resources/switch/conf/number_translation/GB_national_to_e164.xml b/app/number_translations/resources/switch/conf/number_translation/GB_national_to_e164.xml similarity index 100% rename from app/number_translation/resources/switch/conf/number_translation/GB_national_to_e164.xml rename to app/number_translations/resources/switch/conf/number_translation/GB_national_to_e164.xml diff --git a/app/number_translation/resources/switch/conf/number_translation/e164_to_GB_national.xml b/app/number_translations/resources/switch/conf/number_translation/e164_to_GB_national.xml similarity index 100% rename from app/number_translation/resources/switch/conf/number_translation/e164_to_GB_national.xml rename to app/number_translations/resources/switch/conf/number_translation/e164_to_GB_national.xml diff --git a/app/number_translation/resources/switch/conf/number_translation/remove_leading_plus.xml b/app/number_translations/resources/switch/conf/number_translation/remove_leading_plus.xml similarity index 100% rename from app/number_translation/resources/switch/conf/number_translation/remove_leading_plus.xml rename to app/number_translations/resources/switch/conf/number_translation/remove_leading_plus.xml diff --git a/app/number_translation/resources/switch/conf/number_translation/strip_non_digits.xml b/app/number_translations/resources/switch/conf/number_translation/strip_non_digits.xml similarity index 100% rename from app/number_translation/resources/switch/conf/number_translation/strip_non_digits.xml rename to app/number_translations/resources/switch/conf/number_translation/strip_non_digits.xml diff --git a/app/number_translation/resources/switch/conf/number_translation/strip_symbols.xml b/app/number_translations/resources/switch/conf/number_translation/strip_symbols.xml similarity index 100% rename from app/number_translation/resources/switch/conf/number_translation/strip_symbols.xml rename to app/number_translations/resources/switch/conf/number_translation/strip_symbols.xml diff --git a/app/number_translation/root.php b/app/number_translations/root.php similarity index 100% rename from app/number_translation/root.php rename to app/number_translations/root.php