From a6fb96dc3c67ae5321bd038e052a248b5f85ff41 Mon Sep 17 00:00:00 2001 From: Orka Arnest CRUZE Date: Fri, 6 Dec 2024 12:22:24 +0100 Subject: [PATCH] chore: convention de nommage .locale pour les fichiers contenant les traductions #571 --- assets/components/Layout/AppLayout.tsx | 2 +- ...ms.tr.tsx => datastoreNavItems.locale.tsx} | 0 .../{navItems.tr.tsx => navItems.locale.tsx} | 0 ...uest.tr.tsx => AccessesRequest.locale.tsx} | 0 ...{AddMember.tr.tsx => AddMember.locale.tsx} | 0 ...ers.tr.tsx => CommunityMembers.locale.tsx} | 0 .../{Rights.tr.tsx => Rights.locale.tsx} | 0 ...oardPro.tr.tsx => DashboardPro.locale.tsx} | 0 ...etList.tr.tsx => DatasheetList.locale.tsx} | 0 ....tr.tsx => DatasheetUploadForm.locale.tsx} | 0 ...amidList.tr.tsx => PyramidList.locale.tsx} | 0 ...rDbList.tr.tsx => VectorDbList.locale.tsx} | 0 ...etView.tr.tsx => DatasheetView.locale.tsx} | 0 ....tr.ts => DatastorePermissions.locale.tsx} | 0 ....tsx => DatastoreManageStorage.locale.tsx} | 0 ...s.tr.tsx => AccessRestrictions.locale.tsx} | 0 ...ction.tr.tsx => TableSelection.locale.tsx} | 0 .../entrepot/pages/service/default-values.ts | 2 +- .../AdditionalInfo.tsx | 0 .../{metadatas => metadata}/Description.tsx | 0 .../MetadataForm.locale.tsx} | 0 .../MetadataValidation.locale.tsx} | 0 .../{metadatas => metadata}/UploadMDFile.tsx | 0 ...=> PyramidVectorTmsServiceForm.locale.tsx} | 0 .../tms/PyramidVectorTmsServiceForm.tsx | 6 +- .../Style/{Style.tr.tsx => Style.locale.tsx} | 0 ...eForm.tr.tsx => WfsServiceForm.locale.tsx} | 0 .../pages/service/wfs/WfsServiceForm.tsx | 6 +- ...File.tr.tsx => UploadStyleFile.locale.tsx} | 0 ...tr.tsx => WmsVectorServiceForm.locale.tsx} | 0 .../wms-vector/WmsVectorServiceForm.tsx | 6 +- ...essKeys.tr.tsx => MyAccessKeys.locale.tsx} | 0 .../{UserKey.tr.tsx => UserKey.locale.tsx} | 0 ...tTab.tr.tsx => UserKeysListTab.locale.tsx} | 0 .../users/me/{Me.tr.tsx => Me.locale.tsx} | 0 ...missions.tr.tsx => Permissions.locale.tsx} | 0 ...s.tr.ts => EspaceCoCommunities.locale.tsx} | 0 .../i18n/{Common.tr.tsx => Common.locale.tsx} | 0 assets/i18n/languages/en.tsx | 72 +++++++++---------- assets/i18n/languages/fr.tsx | 72 +++++++++---------- assets/i18n/types.ts | 72 +++++++++---------- ...tr.tsx => TMSStyleFilesManager.locale.tsx} | 0 ...readcrumb.tr.tsx => Breadcrumb.locale.tsx} | 0 .../{breadcrumbs.ts => Breadcrumb.ts} | 0 ...sabled.tr.tsx => LoginDisabled.locale.tsx} | 0 .../{Contact.tr.tsx => Contact.locale.tsx} | 0 ...tr.tsx => MapboxStyleValidator.locale.tsx} | 0 ...n.tr.tsx => SldStyleValidation.locale.tsx} | 0 48 files changed, 119 insertions(+), 119 deletions(-) rename assets/config/navItems/{datastoreNavItems.tr.tsx => datastoreNavItems.locale.tsx} (100%) rename assets/config/navItems/{navItems.tr.tsx => navItems.locale.tsx} (100%) rename assets/entrepot/pages/accesses-request/{AccessesRequest.tr.tsx => AccessesRequest.locale.tsx} (100%) rename assets/entrepot/pages/communities/AddMember/{AddMember.tr.tsx => AddMember.locale.tsx} (100%) rename assets/entrepot/pages/communities/CommunityMembers/{CommunityMembers.tr.tsx => CommunityMembers.locale.tsx} (100%) rename assets/entrepot/pages/communities/{Rights.tr.tsx => Rights.locale.tsx} (100%) rename assets/entrepot/pages/dashboard/{DashboardPro.tr.tsx => DashboardPro.locale.tsx} (100%) rename assets/entrepot/pages/datasheet/DatasheetList/{DatasheetList.tr.tsx => DatasheetList.locale.tsx} (100%) rename assets/entrepot/pages/datasheet/DatasheetNew/{DatasheetUploadForm.tr.tsx => DatasheetUploadForm.locale.tsx} (100%) rename assets/entrepot/pages/datasheet/DatasheetView/DatasetListTab/PyramidList/{PyramidList.tr.tsx => PyramidList.locale.tsx} (100%) rename assets/entrepot/pages/datasheet/DatasheetView/DatasetListTab/VectorDbList/{VectorDbList.tr.tsx => VectorDbList.locale.tsx} (100%) rename assets/entrepot/pages/datasheet/DatasheetView/DatasheetView/{DatasheetView.tr.tsx => DatasheetView.locale.tsx} (100%) rename assets/entrepot/pages/datastore/ManagePermissions/{DatastorePermissions.tr.ts => DatastorePermissions.locale.tsx} (100%) rename assets/entrepot/pages/datastore/ManageStorage/{DatastoreManageStorage.tr.tsx => DatastoreManageStorage.locale.tsx} (100%) rename assets/entrepot/pages/service/{AccessRestrictions.tr.tsx => AccessRestrictions.locale.tsx} (100%) rename assets/entrepot/pages/service/{TableSelection.tr.tsx => TableSelection.locale.tsx} (100%) rename assets/entrepot/pages/service/{metadatas => metadata}/AdditionalInfo.tsx (100%) rename assets/entrepot/pages/service/{metadatas => metadata}/Description.tsx (100%) rename assets/entrepot/pages/service/{metadatas/MetadataForm.tr.tsx => metadata/MetadataForm.locale.tsx} (100%) rename assets/entrepot/pages/service/{metadatas/MetadataValidation.tr.ts => metadata/MetadataValidation.locale.tsx} (100%) rename assets/entrepot/pages/service/{metadatas => metadata}/UploadMDFile.tsx (100%) rename assets/entrepot/pages/service/tms/{PyramidVectorTmsServiceForm.tr.tsx => PyramidVectorTmsServiceForm.locale.tsx} (100%) rename assets/entrepot/pages/service/view/Style/{Style.tr.tsx => Style.locale.tsx} (100%) rename assets/entrepot/pages/service/wfs/{WfsServiceForm.tr.tsx => WfsServiceForm.locale.tsx} (100%) rename assets/entrepot/pages/service/wms-vector/{UploadStyleFile.tr.tsx => UploadStyleFile.locale.tsx} (100%) rename assets/entrepot/pages/service/wms-vector/{WmsVectorServiceForm.tr.tsx => WmsVectorServiceForm.locale.tsx} (100%) rename assets/entrepot/pages/users/access-keys/{MyAccessKeys.tr.tsx => MyAccessKeys.locale.tsx} (100%) rename assets/entrepot/pages/users/keys/{UserKey.tr.tsx => UserKey.locale.tsx} (100%) rename assets/entrepot/pages/users/keys/UserKeysListTab/{UserKeysListTab.tr.tsx => UserKeysListTab.locale.tsx} (100%) rename assets/entrepot/pages/users/me/{Me.tr.tsx => Me.locale.tsx} (100%) rename assets/entrepot/pages/users/permissions/{Permissions.tr.tsx => Permissions.locale.tsx} (100%) rename assets/espaceco/pages/communities/{EspaceCoCommunities.tr.ts => EspaceCoCommunities.locale.tsx} (100%) rename assets/i18n/{Common.tr.tsx => Common.locale.tsx} (100%) rename assets/modules/Style/TMSStyleFilesManager/{TMSStyleFilesManager.tr.tsx => TMSStyleFilesManager.locale.tsx} (100%) rename assets/modules/entrepot/breadcrumbs/{Breadcrumb.tr.tsx => Breadcrumb.locale.tsx} (100%) rename assets/modules/entrepot/breadcrumbs/{breadcrumbs.ts => Breadcrumb.ts} (100%) rename assets/pages/LoginDisabled/{LoginDisabled.tr.tsx => LoginDisabled.locale.tsx} (100%) rename assets/pages/assistance/contact/{Contact.tr.tsx => Contact.locale.tsx} (100%) rename assets/validations/mapbox/{MapboxStyleValidator.tr.tsx => MapboxStyleValidator.locale.tsx} (100%) rename assets/validations/sld/{SldStyleValidation.tr.tsx => SldStyleValidation.locale.tsx} (100%) diff --git a/assets/components/Layout/AppLayout.tsx b/assets/components/Layout/AppLayout.tsx index 71b83f2f..c55de02c 100644 --- a/assets/components/Layout/AppLayout.tsx +++ b/assets/components/Layout/AppLayout.tsx @@ -13,7 +13,7 @@ import useDocumentTitle from "../../hooks/useDocumentTitle"; import { useTranslation } from "../../i18n/i18n"; import Translator from "../../modules/Translator"; import RQKeys from "../../modules/entrepot/RQKeys"; -import getBreadcrumb from "../../modules/entrepot/breadcrumbs/breadcrumbs"; +import getBreadcrumb from "../../modules/entrepot/breadcrumbs/Breadcrumb"; import { useRoute } from "../../router/router"; import SessionExpiredAlert from "../Utils/SessionExpiredAlert"; import SnackbarMessage from "../Utils/SnackbarMessage"; diff --git a/assets/config/navItems/datastoreNavItems.tr.tsx b/assets/config/navItems/datastoreNavItems.locale.tsx similarity index 100% rename from assets/config/navItems/datastoreNavItems.tr.tsx rename to assets/config/navItems/datastoreNavItems.locale.tsx diff --git a/assets/config/navItems/navItems.tr.tsx b/assets/config/navItems/navItems.locale.tsx similarity index 100% rename from assets/config/navItems/navItems.tr.tsx rename to assets/config/navItems/navItems.locale.tsx diff --git a/assets/entrepot/pages/accesses-request/AccessesRequest.tr.tsx b/assets/entrepot/pages/accesses-request/AccessesRequest.locale.tsx similarity index 100% rename from assets/entrepot/pages/accesses-request/AccessesRequest.tr.tsx rename to assets/entrepot/pages/accesses-request/AccessesRequest.locale.tsx diff --git a/assets/entrepot/pages/communities/AddMember/AddMember.tr.tsx b/assets/entrepot/pages/communities/AddMember/AddMember.locale.tsx similarity index 100% rename from assets/entrepot/pages/communities/AddMember/AddMember.tr.tsx rename to assets/entrepot/pages/communities/AddMember/AddMember.locale.tsx diff --git a/assets/entrepot/pages/communities/CommunityMembers/CommunityMembers.tr.tsx b/assets/entrepot/pages/communities/CommunityMembers/CommunityMembers.locale.tsx similarity index 100% rename from assets/entrepot/pages/communities/CommunityMembers/CommunityMembers.tr.tsx rename to assets/entrepot/pages/communities/CommunityMembers/CommunityMembers.locale.tsx diff --git a/assets/entrepot/pages/communities/Rights.tr.tsx b/assets/entrepot/pages/communities/Rights.locale.tsx similarity index 100% rename from assets/entrepot/pages/communities/Rights.tr.tsx rename to assets/entrepot/pages/communities/Rights.locale.tsx diff --git a/assets/entrepot/pages/dashboard/DashboardPro.tr.tsx b/assets/entrepot/pages/dashboard/DashboardPro.locale.tsx similarity index 100% rename from assets/entrepot/pages/dashboard/DashboardPro.tr.tsx rename to assets/entrepot/pages/dashboard/DashboardPro.locale.tsx diff --git a/assets/entrepot/pages/datasheet/DatasheetList/DatasheetList.tr.tsx b/assets/entrepot/pages/datasheet/DatasheetList/DatasheetList.locale.tsx similarity index 100% rename from assets/entrepot/pages/datasheet/DatasheetList/DatasheetList.tr.tsx rename to assets/entrepot/pages/datasheet/DatasheetList/DatasheetList.locale.tsx diff --git a/assets/entrepot/pages/datasheet/DatasheetNew/DatasheetUploadForm.tr.tsx b/assets/entrepot/pages/datasheet/DatasheetNew/DatasheetUploadForm.locale.tsx similarity index 100% rename from assets/entrepot/pages/datasheet/DatasheetNew/DatasheetUploadForm.tr.tsx rename to assets/entrepot/pages/datasheet/DatasheetNew/DatasheetUploadForm.locale.tsx diff --git a/assets/entrepot/pages/datasheet/DatasheetView/DatasetListTab/PyramidList/PyramidList.tr.tsx b/assets/entrepot/pages/datasheet/DatasheetView/DatasetListTab/PyramidList/PyramidList.locale.tsx similarity index 100% rename from assets/entrepot/pages/datasheet/DatasheetView/DatasetListTab/PyramidList/PyramidList.tr.tsx rename to assets/entrepot/pages/datasheet/DatasheetView/DatasetListTab/PyramidList/PyramidList.locale.tsx diff --git a/assets/entrepot/pages/datasheet/DatasheetView/DatasetListTab/VectorDbList/VectorDbList.tr.tsx b/assets/entrepot/pages/datasheet/DatasheetView/DatasetListTab/VectorDbList/VectorDbList.locale.tsx similarity index 100% rename from assets/entrepot/pages/datasheet/DatasheetView/DatasetListTab/VectorDbList/VectorDbList.tr.tsx rename to assets/entrepot/pages/datasheet/DatasheetView/DatasetListTab/VectorDbList/VectorDbList.locale.tsx diff --git a/assets/entrepot/pages/datasheet/DatasheetView/DatasheetView/DatasheetView.tr.tsx b/assets/entrepot/pages/datasheet/DatasheetView/DatasheetView/DatasheetView.locale.tsx similarity index 100% rename from assets/entrepot/pages/datasheet/DatasheetView/DatasheetView/DatasheetView.tr.tsx rename to assets/entrepot/pages/datasheet/DatasheetView/DatasheetView/DatasheetView.locale.tsx diff --git a/assets/entrepot/pages/datastore/ManagePermissions/DatastorePermissions.tr.ts b/assets/entrepot/pages/datastore/ManagePermissions/DatastorePermissions.locale.tsx similarity index 100% rename from assets/entrepot/pages/datastore/ManagePermissions/DatastorePermissions.tr.ts rename to assets/entrepot/pages/datastore/ManagePermissions/DatastorePermissions.locale.tsx diff --git a/assets/entrepot/pages/datastore/ManageStorage/DatastoreManageStorage.tr.tsx b/assets/entrepot/pages/datastore/ManageStorage/DatastoreManageStorage.locale.tsx similarity index 100% rename from assets/entrepot/pages/datastore/ManageStorage/DatastoreManageStorage.tr.tsx rename to assets/entrepot/pages/datastore/ManageStorage/DatastoreManageStorage.locale.tsx diff --git a/assets/entrepot/pages/service/AccessRestrictions.tr.tsx b/assets/entrepot/pages/service/AccessRestrictions.locale.tsx similarity index 100% rename from assets/entrepot/pages/service/AccessRestrictions.tr.tsx rename to assets/entrepot/pages/service/AccessRestrictions.locale.tsx diff --git a/assets/entrepot/pages/service/TableSelection.tr.tsx b/assets/entrepot/pages/service/TableSelection.locale.tsx similarity index 100% rename from assets/entrepot/pages/service/TableSelection.tr.tsx rename to assets/entrepot/pages/service/TableSelection.locale.tsx diff --git a/assets/entrepot/pages/service/default-values.ts b/assets/entrepot/pages/service/default-values.ts index 2de9dc87..7eb53a96 100644 --- a/assets/entrepot/pages/service/default-values.ts +++ b/assets/entrepot/pages/service/default-values.ts @@ -3,7 +3,7 @@ import { format as datefnsFormat } from "date-fns"; import { EndpointTypeEnum, Metadata, MetadataFormValuesType, MetadataHierarchyLevel, Service, StoredData } from "../../../@types/app"; import { ConfigurationWfsDetailsContent, ConfigurationWmsVectorDetailsContent, ConfigurationWmtsTmsDetailsContent } from "../../../@types/entrepot"; import { getProjectionCode, removeDiacritics } from "../../../utils"; -import { getEndpointSuffix } from "./metadatas/Description"; +import { getEndpointSuffix } from "./metadata/Description"; import { PyramidVectorTmsServiceFormValuesType } from "./tms/PyramidVectorTmsServiceForm"; import { WfsServiceFormValuesType, WfsTableInfos } from "./wfs/WfsServiceForm"; import { WmsVectorServiceFormValuesType } from "./wms-vector/WmsVectorServiceForm"; diff --git a/assets/entrepot/pages/service/metadatas/AdditionalInfo.tsx b/assets/entrepot/pages/service/metadata/AdditionalInfo.tsx similarity index 100% rename from assets/entrepot/pages/service/metadatas/AdditionalInfo.tsx rename to assets/entrepot/pages/service/metadata/AdditionalInfo.tsx diff --git a/assets/entrepot/pages/service/metadatas/Description.tsx b/assets/entrepot/pages/service/metadata/Description.tsx similarity index 100% rename from assets/entrepot/pages/service/metadatas/Description.tsx rename to assets/entrepot/pages/service/metadata/Description.tsx diff --git a/assets/entrepot/pages/service/metadatas/MetadataForm.tr.tsx b/assets/entrepot/pages/service/metadata/MetadataForm.locale.tsx similarity index 100% rename from assets/entrepot/pages/service/metadatas/MetadataForm.tr.tsx rename to assets/entrepot/pages/service/metadata/MetadataForm.locale.tsx diff --git a/assets/entrepot/pages/service/metadatas/MetadataValidation.tr.ts b/assets/entrepot/pages/service/metadata/MetadataValidation.locale.tsx similarity index 100% rename from assets/entrepot/pages/service/metadatas/MetadataValidation.tr.ts rename to assets/entrepot/pages/service/metadata/MetadataValidation.locale.tsx diff --git a/assets/entrepot/pages/service/metadatas/UploadMDFile.tsx b/assets/entrepot/pages/service/metadata/UploadMDFile.tsx similarity index 100% rename from assets/entrepot/pages/service/metadatas/UploadMDFile.tsx rename to assets/entrepot/pages/service/metadata/UploadMDFile.tsx diff --git a/assets/entrepot/pages/service/tms/PyramidVectorTmsServiceForm.tr.tsx b/assets/entrepot/pages/service/tms/PyramidVectorTmsServiceForm.locale.tsx similarity index 100% rename from assets/entrepot/pages/service/tms/PyramidVectorTmsServiceForm.tr.tsx rename to assets/entrepot/pages/service/tms/PyramidVectorTmsServiceForm.locale.tsx diff --git a/assets/entrepot/pages/service/tms/PyramidVectorTmsServiceForm.tsx b/assets/entrepot/pages/service/tms/PyramidVectorTmsServiceForm.tsx index c4eb8cba..5dfba4d7 100644 --- a/assets/entrepot/pages/service/tms/PyramidVectorTmsServiceForm.tsx +++ b/assets/entrepot/pages/service/tms/PyramidVectorTmsServiceForm.tsx @@ -22,9 +22,9 @@ import api from "../../../api"; import AccessRestrictions from "../AccessRestrictions"; import { CommonSchemasValidation } from "../common-schemas-validation"; import { getPyramidVectorTmsServiceFormDefaultValues } from "../default-values"; -import AdditionalInfo from "../metadatas/AdditionalInfo"; -import Description from "../metadatas/Description"; -import UploadMDFile from "../metadatas/UploadMDFile"; +import AdditionalInfo from "../metadata/AdditionalInfo"; +import Description from "../metadata/Description"; +import UploadMDFile from "../metadata/UploadMDFile"; export type PyramidVectorTmsServiceFormValuesType = ServiceFormValuesBaseType; diff --git a/assets/entrepot/pages/service/view/Style/Style.tr.tsx b/assets/entrepot/pages/service/view/Style/Style.locale.tsx similarity index 100% rename from assets/entrepot/pages/service/view/Style/Style.tr.tsx rename to assets/entrepot/pages/service/view/Style/Style.locale.tsx diff --git a/assets/entrepot/pages/service/wfs/WfsServiceForm.tr.tsx b/assets/entrepot/pages/service/wfs/WfsServiceForm.locale.tsx similarity index 100% rename from assets/entrepot/pages/service/wfs/WfsServiceForm.tr.tsx rename to assets/entrepot/pages/service/wfs/WfsServiceForm.locale.tsx diff --git a/assets/entrepot/pages/service/wfs/WfsServiceForm.tsx b/assets/entrepot/pages/service/wfs/WfsServiceForm.tsx index a4bec189..190adea1 100644 --- a/assets/entrepot/pages/service/wfs/WfsServiceForm.tsx +++ b/assets/entrepot/pages/service/wfs/WfsServiceForm.tsx @@ -26,9 +26,9 @@ import api from "../../../api"; import AccessRestrictions from "../AccessRestrictions"; import { CommonSchemasValidation } from "../common-schemas-validation"; import { getWfsServiceFormDefaultValues } from "../default-values"; -import AdditionalInfo from "../metadatas/AdditionalInfo"; -import Description from "../metadatas/Description"; -import UploadMDFile from "../metadatas/UploadMDFile"; +import AdditionalInfo from "../metadata/AdditionalInfo"; +import Description from "../metadata/Description"; +import UploadMDFile from "../metadata/UploadMDFile"; import TableInfosForm from "./TablesInfoForm"; type TableInfoType = Record; diff --git a/assets/entrepot/pages/service/wms-vector/UploadStyleFile.tr.tsx b/assets/entrepot/pages/service/wms-vector/UploadStyleFile.locale.tsx similarity index 100% rename from assets/entrepot/pages/service/wms-vector/UploadStyleFile.tr.tsx rename to assets/entrepot/pages/service/wms-vector/UploadStyleFile.locale.tsx diff --git a/assets/entrepot/pages/service/wms-vector/WmsVectorServiceForm.tr.tsx b/assets/entrepot/pages/service/wms-vector/WmsVectorServiceForm.locale.tsx similarity index 100% rename from assets/entrepot/pages/service/wms-vector/WmsVectorServiceForm.tr.tsx rename to assets/entrepot/pages/service/wms-vector/WmsVectorServiceForm.locale.tsx diff --git a/assets/entrepot/pages/service/wms-vector/WmsVectorServiceForm.tsx b/assets/entrepot/pages/service/wms-vector/WmsVectorServiceForm.tsx index c5804146..6ded02d9 100644 --- a/assets/entrepot/pages/service/wms-vector/WmsVectorServiceForm.tsx +++ b/assets/entrepot/pages/service/wms-vector/WmsVectorServiceForm.tsx @@ -34,9 +34,9 @@ import AccessRestrictions from "../AccessRestrictions"; import TableSelection from "../TableSelection"; import { CommonSchemasValidation } from "../common-schemas-validation"; import { getWmsVectorServiceFormDefaultValues } from "../default-values"; -import AdditionalInfo from "../metadatas/AdditionalInfo"; -import Description from "../metadatas/Description"; -import UploadMDFile from "../metadatas/UploadMDFile"; +import AdditionalInfo from "../metadata/AdditionalInfo"; +import Description from "../metadata/Description"; +import UploadMDFile from "../metadata/UploadMDFile"; import UploadStyleFile from "./UploadStyleFile"; /** diff --git a/assets/entrepot/pages/users/access-keys/MyAccessKeys.tr.tsx b/assets/entrepot/pages/users/access-keys/MyAccessKeys.locale.tsx similarity index 100% rename from assets/entrepot/pages/users/access-keys/MyAccessKeys.tr.tsx rename to assets/entrepot/pages/users/access-keys/MyAccessKeys.locale.tsx diff --git a/assets/entrepot/pages/users/keys/UserKey.tr.tsx b/assets/entrepot/pages/users/keys/UserKey.locale.tsx similarity index 100% rename from assets/entrepot/pages/users/keys/UserKey.tr.tsx rename to assets/entrepot/pages/users/keys/UserKey.locale.tsx diff --git a/assets/entrepot/pages/users/keys/UserKeysListTab/UserKeysListTab.tr.tsx b/assets/entrepot/pages/users/keys/UserKeysListTab/UserKeysListTab.locale.tsx similarity index 100% rename from assets/entrepot/pages/users/keys/UserKeysListTab/UserKeysListTab.tr.tsx rename to assets/entrepot/pages/users/keys/UserKeysListTab/UserKeysListTab.locale.tsx diff --git a/assets/entrepot/pages/users/me/Me.tr.tsx b/assets/entrepot/pages/users/me/Me.locale.tsx similarity index 100% rename from assets/entrepot/pages/users/me/Me.tr.tsx rename to assets/entrepot/pages/users/me/Me.locale.tsx diff --git a/assets/entrepot/pages/users/permissions/Permissions.tr.tsx b/assets/entrepot/pages/users/permissions/Permissions.locale.tsx similarity index 100% rename from assets/entrepot/pages/users/permissions/Permissions.tr.tsx rename to assets/entrepot/pages/users/permissions/Permissions.locale.tsx diff --git a/assets/espaceco/pages/communities/EspaceCoCommunities.tr.ts b/assets/espaceco/pages/communities/EspaceCoCommunities.locale.tsx similarity index 100% rename from assets/espaceco/pages/communities/EspaceCoCommunities.tr.ts rename to assets/espaceco/pages/communities/EspaceCoCommunities.locale.tsx diff --git a/assets/i18n/Common.tr.tsx b/assets/i18n/Common.locale.tsx similarity index 100% rename from assets/i18n/Common.tr.tsx rename to assets/i18n/Common.locale.tsx diff --git a/assets/i18n/languages/en.tsx b/assets/i18n/languages/en.tsx index 390471a2..0a7b5f12 100644 --- a/assets/i18n/languages/en.tsx +++ b/assets/i18n/languages/en.tsx @@ -1,39 +1,39 @@ -import { datastoreNavItemsEnTranslations } from "../../config/navItems/datastoreNavItems.tr"; -import { navItemsEnTranslations } from "../../config/navItems/navItems.tr"; -import { AccessesRequestEnTranslations } from "../../entrepot/pages/accesses-request/AccessesRequest.tr"; -import { AddMemberEnTranslations } from "../../entrepot/pages/communities/AddMember/AddMember.tr"; -import { CommunityMembersEnTranslations } from "../../entrepot/pages/communities/CommunityMembers/CommunityMembers.tr"; -import { RightsEnTranslations } from "../../entrepot/pages/communities/Rights.tr"; -import { DashboardProEnTranslations } from "../../entrepot/pages/dashboard/DashboardPro.tr"; -import { DatasheetListEnTranslations } from "../../entrepot/pages/datasheet/DatasheetList/DatasheetList.tr"; -import { DatasheetUploadFormEnTranslations } from "../../entrepot/pages/datasheet/DatasheetNew/DatasheetUploadForm.tr"; -import { PyramidListFrTranslations } from "../../entrepot/pages/datasheet/DatasheetView/DatasetListTab/PyramidList/PyramidList.tr"; -import { VectorDbListEnTranslations } from "../../entrepot/pages/datasheet/DatasheetView/DatasetListTab/VectorDbList/VectorDbList.tr"; -import { DatasheetViewEnTranslations } from "../../entrepot/pages/datasheet/DatasheetView/DatasheetView/DatasheetView.tr"; -import { DatastorePermissionsEnTranslations } from "../../entrepot/pages/datastore/ManagePermissions/DatastorePermissions.tr"; -import { DatastoreManageStorageEnTranslations } from "../../entrepot/pages/datastore/ManageStorage/DatastoreManageStorage.tr"; -import { AccessRestrictionsEnTranslations } from "../../entrepot/pages/service/AccessRestrictions.tr"; -import { TableSelectionEnTranslations } from "../../entrepot/pages/service/TableSelection.tr"; -import { MetadatasFormEnTranslations } from "../../entrepot/pages/service/metadatas/MetadataForm.tr"; -import { ValidationMetadatasEnTranslations } from "../../entrepot/pages/service/metadatas/MetadataValidation.tr"; -import { PyramidVectorTmsServiceFormEnTranslations } from "../../entrepot/pages/service/tms/PyramidVectorTmsServiceForm.tr"; -import { StyleEnTranslations } from "../../entrepot/pages/service/view/Style/Style.tr"; -import { WfsServiceFormEnTranslations } from "../../entrepot/pages/service/wfs/WfsServiceForm.tr"; -import { UploadStyleFileEnTranslations } from "../../entrepot/pages/service/wms-vector/UploadStyleFile.tr"; -import { WmsVectorServiceFormEnTranslations } from "../../entrepot/pages/service/wms-vector/WmsVectorServiceForm.tr"; -import { MyAccessKeysEnTranslations } from "../../entrepot/pages/users/access-keys/MyAccessKeys.tr"; -import { UserKeyEnTranslations } from "../../entrepot/pages/users/keys/UserKey.tr"; -import { UserKeysListTabEnTranslations } from "../../entrepot/pages/users/keys/UserKeysListTab/UserKeysListTab.tr"; -import { MeEnTranslations } from "../../entrepot/pages/users/me/Me.tr"; -import { PermissionsEnTranslations } from "../../entrepot/pages/users/permissions/Permissions.tr"; -import { EspaceCoCommunitiesEnTranslations } from "../../espaceco/pages/communities/EspaceCoCommunities.tr"; -import { TMSStyleFilesManagerEnTranslations } from "../../modules/Style/TMSStyleFilesManager/TMSStyleFilesManager.tr"; -import { LoginDisabledEnTranslations } from "../../pages/LoginDisabled/LoginDisabled.tr"; -import { contactEnTranslations } from "../../pages/assistance/contact/Contact.tr"; -import { mapboxStyleValidationEnTranslations } from "../../validations/mapbox/MapboxStyleValidator.tr"; -import { SldStyleValidationErrorsEnTranslations } from "../../validations/sld/SldStyleValidation.tr"; -import { BreadcrumbEnTranslations } from "../../modules/entrepot/breadcrumbs/Breadcrumb.tr"; -import { commonEnTranslations } from "../Common.tr"; +import { datastoreNavItemsEnTranslations } from "../../config/navItems/datastoreNavItems.locale"; +import { navItemsEnTranslations } from "../../config/navItems/navItems.locale"; +import { AccessesRequestEnTranslations } from "../../entrepot/pages/accesses-request/AccessesRequest.locale"; +import { AddMemberEnTranslations } from "../../entrepot/pages/communities/AddMember/AddMember.locale"; +import { CommunityMembersEnTranslations } from "../../entrepot/pages/communities/CommunityMembers/CommunityMembers.locale"; +import { RightsEnTranslations } from "../../entrepot/pages/communities/Rights.locale"; +import { DashboardProEnTranslations } from "../../entrepot/pages/dashboard/DashboardPro.locale"; +import { DatasheetListEnTranslations } from "../../entrepot/pages/datasheet/DatasheetList/DatasheetList.locale"; +import { DatasheetUploadFormEnTranslations } from "../../entrepot/pages/datasheet/DatasheetNew/DatasheetUploadForm.locale"; +import { PyramidListFrTranslations } from "../../entrepot/pages/datasheet/DatasheetView/DatasetListTab/PyramidList/PyramidList.locale"; +import { VectorDbListEnTranslations } from "../../entrepot/pages/datasheet/DatasheetView/DatasetListTab/VectorDbList/VectorDbList.locale"; +import { DatasheetViewEnTranslations } from "../../entrepot/pages/datasheet/DatasheetView/DatasheetView/DatasheetView.locale"; +import { DatastorePermissionsEnTranslations } from "../../entrepot/pages/datastore/ManagePermissions/DatastorePermissions.locale"; +import { DatastoreManageStorageEnTranslations } from "../../entrepot/pages/datastore/ManageStorage/DatastoreManageStorage.locale"; +import { AccessRestrictionsEnTranslations } from "../../entrepot/pages/service/AccessRestrictions.locale"; +import { TableSelectionEnTranslations } from "../../entrepot/pages/service/TableSelection.locale"; +import { MetadatasFormEnTranslations } from "../../entrepot/pages/service/metadata/MetadataForm.locale"; +import { ValidationMetadatasEnTranslations } from "../../entrepot/pages/service/metadata/MetadataValidation.locale"; +import { PyramidVectorTmsServiceFormEnTranslations } from "../../entrepot/pages/service/tms/PyramidVectorTmsServiceForm.locale"; +import { StyleEnTranslations } from "../../entrepot/pages/service/view/Style/Style.locale"; +import { WfsServiceFormEnTranslations } from "../../entrepot/pages/service/wfs/WfsServiceForm.locale"; +import { UploadStyleFileEnTranslations } from "../../entrepot/pages/service/wms-vector/UploadStyleFile.locale"; +import { WmsVectorServiceFormEnTranslations } from "../../entrepot/pages/service/wms-vector/WmsVectorServiceForm.locale"; +import { MyAccessKeysEnTranslations } from "../../entrepot/pages/users/access-keys/MyAccessKeys.locale"; +import { UserKeyEnTranslations } from "../../entrepot/pages/users/keys/UserKey.locale"; +import { UserKeysListTabEnTranslations } from "../../entrepot/pages/users/keys/UserKeysListTab/UserKeysListTab.locale"; +import { MeEnTranslations } from "../../entrepot/pages/users/me/Me.locale"; +import { PermissionsEnTranslations } from "../../entrepot/pages/users/permissions/Permissions.locale"; +import { EspaceCoCommunitiesEnTranslations } from "../../espaceco/pages/communities/EspaceCoCommunities.locale"; +import { TMSStyleFilesManagerEnTranslations } from "../../modules/Style/TMSStyleFilesManager/TMSStyleFilesManager.locale"; +import { BreadcrumbEnTranslations } from "../../modules/entrepot/breadcrumbs/Breadcrumb.locale"; +import { LoginDisabledEnTranslations } from "../../pages/LoginDisabled/LoginDisabled.locale"; +import { contactEnTranslations } from "../../pages/assistance/contact/Contact.locale"; +import { mapboxStyleValidationEnTranslations } from "../../validations/mapbox/MapboxStyleValidator.locale"; +import { SldStyleValidationErrorsEnTranslations } from "../../validations/sld/SldStyleValidation.locale"; +import { commonEnTranslations } from "../Common.locale"; import type { Translations } from "../types"; export const translations: Translations<"en"> = { diff --git a/assets/i18n/languages/fr.tsx b/assets/i18n/languages/fr.tsx index b75dc20d..2216291a 100644 --- a/assets/i18n/languages/fr.tsx +++ b/assets/i18n/languages/fr.tsx @@ -1,39 +1,39 @@ -import { datastoreNavItemsFrTranslations } from "../../config/navItems/datastoreNavItems.tr"; -import { navItemsFrTranslations } from "../../config/navItems/navItems.tr"; -import { AccessesRequestFrTranslations } from "../../entrepot/pages/accesses-request/AccessesRequest.tr"; -import { AddMemberFrTranslations } from "../../entrepot/pages/communities/AddMember/AddMember.tr"; -import { CommunityMembersFrTranslations } from "../../entrepot/pages/communities/CommunityMembers/CommunityMembers.tr"; -import { RightsFrTranslations } from "../../entrepot/pages/communities/Rights.tr"; -import { DashboardProFrTranslations } from "../../entrepot/pages/dashboard/DashboardPro.tr"; -import { DatasheetListFrTranslations } from "../../entrepot/pages/datasheet/DatasheetList/DatasheetList.tr"; -import { DatasheetUploadFormFrTranslations } from "../../entrepot/pages/datasheet/DatasheetNew/DatasheetUploadForm.tr"; -import { PyramidListFrTranslations } from "../../entrepot/pages/datasheet/DatasheetView/DatasetListTab/PyramidList/PyramidList.tr"; -import { VectorDbListFrTranslations } from "../../entrepot/pages/datasheet/DatasheetView/DatasetListTab/VectorDbList/VectorDbList.tr"; -import { DatasheetViewFrTranslations } from "../../entrepot/pages/datasheet/DatasheetView/DatasheetView/DatasheetView.tr"; -import { DatastorePermissionsFrTranslations } from "../../entrepot/pages/datastore/ManagePermissions/DatastorePermissions.tr"; -import { DatastoreManageStorageFrTranslations } from "../../entrepot/pages/datastore/ManageStorage/DatastoreManageStorage.tr"; -import { AccessRestrictionsFrTranslations } from "../../entrepot/pages/service/AccessRestrictions.tr"; -import { TableSelectionFrTranslations } from "../../entrepot/pages/service/TableSelection.tr"; -import { MetadatasFormFrTranslations } from "../../entrepot/pages/service/metadatas/MetadataForm.tr"; -import { ValidationMetadatasFrTranslations } from "../../entrepot/pages/service/metadatas/MetadataValidation.tr"; -import { PyramidVectorTmsServiceFormFrTranslations } from "../../entrepot/pages/service/tms/PyramidVectorTmsServiceForm.tr"; -import { StyleFrTranslations } from "../../entrepot/pages/service/view/Style/Style.tr"; -import { WfsServiceFormFrTranslations } from "../../entrepot/pages/service/wfs/WfsServiceForm.tr"; -import { UploadStyleFileFrTranslations } from "../../entrepot/pages/service/wms-vector/UploadStyleFile.tr"; -import { WmsVectorServiceFormFrTranslations } from "../../entrepot/pages/service/wms-vector/WmsVectorServiceForm.tr"; -import { MyAccessKeysFrTranslations } from "../../entrepot/pages/users/access-keys/MyAccessKeys.tr"; -import { UserKeyFrTranslations } from "../../entrepot/pages/users/keys/UserKey.tr"; -import { UserKeysListTabFrTranslations } from "../../entrepot/pages/users/keys/UserKeysListTab/UserKeysListTab.tr"; -import { MeFrTranslations } from "../../entrepot/pages/users/me/Me.tr"; -import { PermissionsFrTranslations } from "../../entrepot/pages/users/permissions/Permissions.tr"; -import { EspaceCoCommunitiesFrTranslations } from "../../espaceco/pages/communities/EspaceCoCommunities.tr"; -import { TMSStyleFilesManagerFrTranslations } from "../../modules/Style/TMSStyleFilesManager/TMSStyleFilesManager.tr"; -import { LoginDisabledFrTranslations } from "../../pages/LoginDisabled/LoginDisabled.tr"; -import { contactFrTranslations } from "../../pages/assistance/contact/Contact.tr"; -import { mapboxStyleValidationFrTranslations } from "../../validations/mapbox/MapboxStyleValidator.tr"; -import { SldStyleValidationErrorsFrTranslations } from "../../validations/sld/SldStyleValidation.tr"; -import { BreadcrumbFrTranslations } from "../../modules/entrepot/breadcrumbs/Breadcrumb.tr"; -import { commonFrTranslations } from "../Common.tr"; +import { datastoreNavItemsFrTranslations } from "../../config/navItems/datastoreNavItems.locale"; +import { navItemsFrTranslations } from "../../config/navItems/navItems.locale"; +import { AccessesRequestFrTranslations } from "../../entrepot/pages/accesses-request/AccessesRequest.locale"; +import { AddMemberFrTranslations } from "../../entrepot/pages/communities/AddMember/AddMember.locale"; +import { CommunityMembersFrTranslations } from "../../entrepot/pages/communities/CommunityMembers/CommunityMembers.locale"; +import { RightsFrTranslations } from "../../entrepot/pages/communities/Rights.locale"; +import { DashboardProFrTranslations } from "../../entrepot/pages/dashboard/DashboardPro.locale"; +import { DatasheetListFrTranslations } from "../../entrepot/pages/datasheet/DatasheetList/DatasheetList.locale"; +import { DatasheetUploadFormFrTranslations } from "../../entrepot/pages/datasheet/DatasheetNew/DatasheetUploadForm.locale"; +import { PyramidListFrTranslations } from "../../entrepot/pages/datasheet/DatasheetView/DatasetListTab/PyramidList/PyramidList.locale"; +import { VectorDbListFrTranslations } from "../../entrepot/pages/datasheet/DatasheetView/DatasetListTab/VectorDbList/VectorDbList.locale"; +import { DatasheetViewFrTranslations } from "../../entrepot/pages/datasheet/DatasheetView/DatasheetView/DatasheetView.locale"; +import { DatastorePermissionsFrTranslations } from "../../entrepot/pages/datastore/ManagePermissions/DatastorePermissions.locale"; +import { DatastoreManageStorageFrTranslations } from "../../entrepot/pages/datastore/ManageStorage/DatastoreManageStorage.locale"; +import { AccessRestrictionsFrTranslations } from "../../entrepot/pages/service/AccessRestrictions.locale"; +import { TableSelectionFrTranslations } from "../../entrepot/pages/service/TableSelection.locale"; +import { MetadatasFormFrTranslations } from "../../entrepot/pages/service/metadata/MetadataForm.locale"; +import { ValidationMetadatasFrTranslations } from "../../entrepot/pages/service/metadata/MetadataValidation.locale"; +import { PyramidVectorTmsServiceFormFrTranslations } from "../../entrepot/pages/service/tms/PyramidVectorTmsServiceForm.locale"; +import { StyleFrTranslations } from "../../entrepot/pages/service/view/Style/Style.locale"; +import { WfsServiceFormFrTranslations } from "../../entrepot/pages/service/wfs/WfsServiceForm.locale"; +import { UploadStyleFileFrTranslations } from "../../entrepot/pages/service/wms-vector/UploadStyleFile.locale"; +import { WmsVectorServiceFormFrTranslations } from "../../entrepot/pages/service/wms-vector/WmsVectorServiceForm.locale"; +import { MyAccessKeysFrTranslations } from "../../entrepot/pages/users/access-keys/MyAccessKeys.locale"; +import { UserKeyFrTranslations } from "../../entrepot/pages/users/keys/UserKey.locale"; +import { UserKeysListTabFrTranslations } from "../../entrepot/pages/users/keys/UserKeysListTab/UserKeysListTab.locale"; +import { MeFrTranslations } from "../../entrepot/pages/users/me/Me.locale"; +import { PermissionsFrTranslations } from "../../entrepot/pages/users/permissions/Permissions.locale"; +import { EspaceCoCommunitiesFrTranslations } from "../../espaceco/pages/communities/EspaceCoCommunities.locale"; +import { TMSStyleFilesManagerFrTranslations } from "../../modules/Style/TMSStyleFilesManager/TMSStyleFilesManager.locale"; +import { BreadcrumbFrTranslations } from "../../modules/entrepot/breadcrumbs/Breadcrumb.locale"; +import { LoginDisabledFrTranslations } from "../../pages/LoginDisabled/LoginDisabled.locale"; +import { contactFrTranslations } from "../../pages/assistance/contact/Contact.locale"; +import { mapboxStyleValidationFrTranslations } from "../../validations/mapbox/MapboxStyleValidator.locale"; +import { SldStyleValidationErrorsFrTranslations } from "../../validations/sld/SldStyleValidation.locale"; +import { commonFrTranslations } from "../Common.locale"; import type { Translations } from "../types"; export const translations: Translations<"fr"> = { diff --git a/assets/i18n/types.ts b/assets/i18n/types.ts index 62b5935a..0b26985d 100644 --- a/assets/i18n/types.ts +++ b/assets/i18n/types.ts @@ -16,41 +16,41 @@ export const languagesDisplayNames: Record = { // types export type Language = (typeof languages)[number]; export type ComponentKey = - | import("./Common.tr").I18n - | import("../modules/entrepot/breadcrumbs/Breadcrumb.tr").I18n - | import("../entrepot/pages/communities/Rights.tr").I18n - | import("../entrepot/pages/service/view/Style/Style.tr").I18n - | import("../entrepot/pages/users/me/Me.tr").I18n - | import("../entrepot/pages/communities/AddMember/AddMember.tr").I18n - | import("../entrepot/pages/communities/CommunityMembers/CommunityMembers.tr").I18n - | import("../entrepot/pages/dashboard/DashboardPro.tr").I18n - | import("../entrepot/pages/users/access-keys/MyAccessKeys.tr").I18n - | import("../entrepot/pages/users/keys/UserKeysListTab/UserKeysListTab.tr").I18n - | import("../entrepot/pages/users/keys/UserKey.tr").I18n - | import("../entrepot/pages/users/permissions/Permissions.tr").I18n - | import("../entrepot/pages/service/metadatas/MetadataForm.tr").I18n - | import("../entrepot/pages/service/metadatas/MetadataValidation.tr").I18n - | import("../entrepot/pages/accesses-request/AccessesRequest.tr").I18n - | import("../pages/assistance/contact/Contact.tr").I18n - | import("../entrepot/pages/datastore/ManageStorage/DatastoreManageStorage.tr").I18n - | import("../entrepot/pages/datastore/ManagePermissions/DatastorePermissions.tr").I18n - | import("../entrepot/pages/datasheet/DatasheetNew/DatasheetUploadForm.tr").I18n - | import("../entrepot/pages/datasheet/DatasheetList/DatasheetList.tr").I18n - | import("../entrepot/pages/datasheet/DatasheetView/DatasetListTab/VectorDbList/VectorDbList.tr").I18n - | import("../entrepot/pages/datasheet/DatasheetView/DatasetListTab/PyramidList/PyramidList.tr").I18n - | import("../entrepot/pages/datasheet/DatasheetView/DatasheetView/DatasheetView.tr").I18n - | import("../config/navItems/navItems.tr").I18n - | import("../config/navItems/datastoreNavItems.tr").I18n - | import("../validations/sld/SldStyleValidation.tr").I18n - | import("../validations/mapbox/MapboxStyleValidator.tr").I18n - | import("../modules/Style/TMSStyleFilesManager/TMSStyleFilesManager.tr").I18n - | import("../entrepot/pages/service/wms-vector/WmsVectorServiceForm.tr").I18n - | import("../entrepot/pages/service/wfs/WfsServiceForm.tr").I18n - | import("../entrepot/pages/service/tms/PyramidVectorTmsServiceForm.tr").I18n - | import("../entrepot/pages/service/TableSelection.tr").I18n - | import("../entrepot/pages/service/AccessRestrictions.tr").I18n - | import("../entrepot/pages/service/wms-vector/UploadStyleFile.tr").I18n - | import("../espaceco/pages/communities/EspaceCoCommunities.tr").I18n - | import("../pages/LoginDisabled/LoginDisabled.tr").I18n; + | import("./Common.locale").I18n + | import("../modules/entrepot/breadcrumbs/Breadcrumb.locale").I18n + | import("../entrepot/pages/communities/Rights.locale").I18n + | import("../entrepot/pages/service/view/Style/Style.locale").I18n + | import("../entrepot/pages/users/me/Me.locale").I18n + | import("../entrepot/pages/communities/AddMember/AddMember.locale").I18n + | import("../entrepot/pages/communities/CommunityMembers/CommunityMembers.locale").I18n + | import("../entrepot/pages/dashboard/DashboardPro.locale").I18n + | import("../entrepot/pages/users/access-keys/MyAccessKeys.locale").I18n + | import("../entrepot/pages/users/keys/UserKeysListTab/UserKeysListTab.locale").I18n + | import("../entrepot/pages/users/keys/UserKey.locale").I18n + | import("../entrepot/pages/users/permissions/Permissions.locale").I18n + | import("../entrepot/pages/service/metadata/MetadataForm.locale").I18n + | import("../entrepot/pages/service/metadata/MetadataValidation.locale").I18n + | import("../entrepot/pages/accesses-request/AccessesRequest.locale").I18n + | import("../pages/assistance/contact/Contact.locale").I18n + | import("../entrepot/pages/datastore/ManageStorage/DatastoreManageStorage.locale").I18n + | import("../entrepot/pages/datastore/ManagePermissions/DatastorePermissions.locale").I18n + | import("../entrepot/pages/datasheet/DatasheetNew/DatasheetUploadForm.locale").I18n + | import("../entrepot/pages/datasheet/DatasheetList/DatasheetList.locale").I18n + | import("../entrepot/pages/datasheet/DatasheetView/DatasetListTab/VectorDbList/VectorDbList.locale").I18n + | import("../entrepot/pages/datasheet/DatasheetView/DatasetListTab/PyramidList/PyramidList.locale").I18n + | import("../entrepot/pages/datasheet/DatasheetView/DatasheetView/DatasheetView.locale").I18n + | import("../config/navItems/navItems.locale").I18n + | import("../config/navItems/datastoreNavItems.locale").I18n + | import("../validations/sld/SldStyleValidation.locale").I18n + | import("../validations/mapbox/MapboxStyleValidator.locale").I18n + | import("../modules/Style/TMSStyleFilesManager/TMSStyleFilesManager.locale").I18n + | import("../entrepot/pages/service/wms-vector/WmsVectorServiceForm.locale").I18n + | import("../entrepot/pages/service/wfs/WfsServiceForm.locale").I18n + | import("../entrepot/pages/service/tms/PyramidVectorTmsServiceForm.locale").I18n + | import("../entrepot/pages/service/TableSelection.locale").I18n + | import("../entrepot/pages/service/AccessRestrictions.locale").I18n + | import("../entrepot/pages/service/wms-vector/UploadStyleFile.locale").I18n + | import("../espaceco/pages/communities/EspaceCoCommunities.locale").I18n + | import("../pages/LoginDisabled/LoginDisabled.locale").I18n; export type Translations = GenericTranslations; diff --git a/assets/modules/Style/TMSStyleFilesManager/TMSStyleFilesManager.tr.tsx b/assets/modules/Style/TMSStyleFilesManager/TMSStyleFilesManager.locale.tsx similarity index 100% rename from assets/modules/Style/TMSStyleFilesManager/TMSStyleFilesManager.tr.tsx rename to assets/modules/Style/TMSStyleFilesManager/TMSStyleFilesManager.locale.tsx diff --git a/assets/modules/entrepot/breadcrumbs/Breadcrumb.tr.tsx b/assets/modules/entrepot/breadcrumbs/Breadcrumb.locale.tsx similarity index 100% rename from assets/modules/entrepot/breadcrumbs/Breadcrumb.tr.tsx rename to assets/modules/entrepot/breadcrumbs/Breadcrumb.locale.tsx diff --git a/assets/modules/entrepot/breadcrumbs/breadcrumbs.ts b/assets/modules/entrepot/breadcrumbs/Breadcrumb.ts similarity index 100% rename from assets/modules/entrepot/breadcrumbs/breadcrumbs.ts rename to assets/modules/entrepot/breadcrumbs/Breadcrumb.ts diff --git a/assets/pages/LoginDisabled/LoginDisabled.tr.tsx b/assets/pages/LoginDisabled/LoginDisabled.locale.tsx similarity index 100% rename from assets/pages/LoginDisabled/LoginDisabled.tr.tsx rename to assets/pages/LoginDisabled/LoginDisabled.locale.tsx diff --git a/assets/pages/assistance/contact/Contact.tr.tsx b/assets/pages/assistance/contact/Contact.locale.tsx similarity index 100% rename from assets/pages/assistance/contact/Contact.tr.tsx rename to assets/pages/assistance/contact/Contact.locale.tsx diff --git a/assets/validations/mapbox/MapboxStyleValidator.tr.tsx b/assets/validations/mapbox/MapboxStyleValidator.locale.tsx similarity index 100% rename from assets/validations/mapbox/MapboxStyleValidator.tr.tsx rename to assets/validations/mapbox/MapboxStyleValidator.locale.tsx diff --git a/assets/validations/sld/SldStyleValidation.tr.tsx b/assets/validations/sld/SldStyleValidation.locale.tsx similarity index 100% rename from assets/validations/sld/SldStyleValidation.tr.tsx rename to assets/validations/sld/SldStyleValidation.locale.tsx