diff --git a/.gitignore b/.gitignore index 642271f58e..eee0ebb8b9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/ -coverage/ \ No newline at end of file +coverage/ +build/locales/_build \ No newline at end of file diff --git a/.linguirc b/.linguirc index e450bc0a02..7af86ec8ad 100644 --- a/.linguirc +++ b/.linguirc @@ -1,5 +1,5 @@ { - "localeDir": "src/locales/", + "localeDir": "build/locales/", "srcPathDirs": ["src/"], "format": "po" } diff --git a/src/locales/en/messages.js b/build/locales/en/messages.js similarity index 100% rename from src/locales/en/messages.js rename to build/locales/en/messages.js diff --git a/src/locales/en/messages.po b/build/locales/en/messages.po similarity index 100% rename from src/locales/en/messages.po rename to build/locales/en/messages.po diff --git a/src/locales/ja/messages.js b/build/locales/ja/messages.js similarity index 100% rename from src/locales/ja/messages.js rename to build/locales/ja/messages.js diff --git a/src/locales/ja/messages.po b/build/locales/ja/messages.po similarity index 100% rename from src/locales/ja/messages.po rename to build/locales/ja/messages.po diff --git a/package.json b/package.json index 988730eb47..833f11652c 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ "test": "jest --watch --coverage", "lint": "./node_modules/eslint/bin/eslint.js src/**/*.js src/**/*.jsx", "add-locale": "lingui add-locale", - "extract": "lingui extract", - "compile": "lingui compile" + "extract-strings": "lingui extract", + "compile-strings": "lingui compile" }, "keywords": [], "author": "", diff --git a/src/locales/_build/src/App.jsx.json b/src/locales/_build/src/App.jsx.json deleted file mode 100644 index 2b0b9b3875..0000000000 --- a/src/locales/_build/src/App.jsx.json +++ /dev/null @@ -1,222 +0,0 @@ -{ - "Primary Navigation": { - "origin": [ - [ - "src/App.jsx", - 180 - ] - ] - }, - "Views": { - "origin": [ - [ - "src/App.jsx", - 187 - ] - ] - }, - "Dashboard": { - "origin": [ - [ - "src/App.jsx", - 191 - ] - ] - }, - "Jobs": { - "origin": [ - [ - "src/App.jsx", - 195 - ], - [ - "src/App.jsx", - 287 - ] - ] - }, - "Schedules": { - "origin": [ - [ - "src/App.jsx", - 199 - ] - ] - }, - "Portal Mode": { - "origin": [ - [ - "src/App.jsx", - 203 - ] - ] - }, - "Resources": { - "origin": [ - [ - "src/App.jsx", - 209 - ] - ] - }, - "Templates": { - "origin": [ - [ - "src/App.jsx", - 213 - ] - ] - }, - "Credentials": { - "origin": [ - [ - "src/App.jsx", - 217 - ] - ] - }, - "Projects": { - "origin": [ - [ - "src/App.jsx", - 221 - ] - ] - }, - "Inventories": { - "origin": [ - [ - "src/App.jsx", - 225 - ] - ] - }, - "Inventory Scripts": { - "origin": [ - [ - "src/App.jsx", - 229 - ] - ] - }, - "Access": { - "origin": [ - [ - "src/App.jsx", - 235 - ] - ] - }, - "Organizations": { - "origin": [ - [ - "src/App.jsx", - 239 - ] - ] - }, - "Users": { - "origin": [ - [ - "src/App.jsx", - 243 - ] - ] - }, - "Teams": { - "origin": [ - [ - "src/App.jsx", - 247 - ] - ] - }, - "Administration": { - "origin": [ - [ - "src/App.jsx", - 253 - ] - ] - }, - "Credential Types": { - "origin": [ - [ - "src/App.jsx", - 257 - ] - ] - }, - "Notifications": { - "origin": [ - [ - "src/App.jsx", - 261 - ] - ] - }, - "Management Jobs": { - "origin": [ - [ - "src/App.jsx", - 265 - ] - ] - }, - "Instance Groups": { - "origin": [ - [ - "src/App.jsx", - 269 - ] - ] - }, - "Integrations": { - "origin": [ - [ - "src/App.jsx", - 273 - ] - ] - }, - "Settings": { - "origin": [ - [ - "src/App.jsx", - 279 - ] - ] - }, - "Authentication": { - "origin": [ - [ - "src/App.jsx", - 283 - ] - ] - }, - "System": { - "origin": [ - [ - "src/App.jsx", - 291 - ] - ] - }, - "User Interface": { - "origin": [ - [ - "src/App.jsx", - 295 - ] - ] - }, - "License": { - "origin": [ - [ - "src/App.jsx", - 299 - ] - ] - } -} \ No newline at end of file diff --git a/src/locales/_build/src/components/About.jsx.json b/src/locales/_build/src/components/About.jsx.json deleted file mode 100644 index 5d2bacbfb7..0000000000 --- a/src/locales/_build/src/components/About.jsx.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "Copyright 2018 Red Hat, Inc.": { - "origin": [ - [ - "src/components/About.jsx", - 78 - ] - ] - }, - "Brand Image": { - "origin": [ - [ - "src/components/About.jsx", - 80 - ] - ] - }, - "AboutModal Logo": { - "origin": [ - [ - "src/components/About.jsx", - 82 - ] - ] - }, - "Ansible Version": { - "origin": [ - [ - "src/components/About.jsx", - 100 - ] - ] - } -} \ No newline at end of file diff --git a/src/locales/_build/src/components/DataListToolbar/DataListToolbar.jsx.json b/src/locales/_build/src/components/DataListToolbar/DataListToolbar.jsx.json deleted file mode 100644 index e64bfe4436..0000000000 --- a/src/locales/_build/src/components/DataListToolbar/DataListToolbar.jsx.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "Select all": { - "origin": [ - [ - "src/components/DataListToolbar/DataListToolbar.jsx", - 128 - ] - ] - }, - "Search text input": { - "origin": [ - [ - "src/components/DataListToolbar/DataListToolbar.jsx", - 157 - ] - ] - }, - "Search": { - "origin": [ - [ - "src/components/DataListToolbar/DataListToolbar.jsx", - 163 - ] - ] - }, - "Sort": { - "origin": [ - [ - "src/components/DataListToolbar/DataListToolbar.jsx", - 199 - ] - ] - }, - "Expand": { - "origin": [ - [ - "src/components/DataListToolbar/DataListToolbar.jsx", - 207 - ] - ] - }, - "Collapse": { - "origin": [ - [ - "src/components/DataListToolbar/DataListToolbar.jsx", - 212 - ] - ] - }, - "Delete": { - "origin": [ - [ - "src/components/DataListToolbar/DataListToolbar.jsx", - 220 - ], - [ - "src/components/DataListToolbar/DataListToolbar.jsx", - 221 - ] - ] - }, - "Add": { - "origin": [ - [ - "src/components/DataListToolbar/DataListToolbar.jsx", - 227 - ], - [ - "src/components/DataListToolbar/DataListToolbar.jsx", - 228 - ] - ] - } -} \ No newline at end of file diff --git a/src/locales/_build/src/components/HelpDropdown.jsx.json b/src/locales/_build/src/components/HelpDropdown.jsx.json deleted file mode 100644 index ae6971aec1..0000000000 --- a/src/locales/_build/src/components/HelpDropdown.jsx.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "Help": { - "origin": [ - [ - "src/components/HelpDropdown.jsx", - 26 - ] - ] - }, - "About": { - "origin": [ - [ - "src/components/HelpDropdown.jsx", - 32 - ] - ] - } -} \ No newline at end of file diff --git a/src/locales/_build/src/components/LogoutButton.jsx.json b/src/locales/_build/src/components/LogoutButton.jsx.json deleted file mode 100644 index 7f0b76ee48..0000000000 --- a/src/locales/_build/src/components/LogoutButton.jsx.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Logout": { - "origin": [ - [ - "src/components/LogoutButton.jsx", - 17 - ] - ] - } -} \ No newline at end of file diff --git a/src/locales/_build/src/components/Pagination/Pagination.jsx.json b/src/locales/_build/src/components/Pagination/Pagination.jsx.json deleted file mode 100644 index 55b3239d90..0000000000 --- a/src/locales/_build/src/components/Pagination/Pagination.jsx.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "Per Page": { - "origin": [ - [ - "src/components/Pagination/Pagination.jsx", - 153 - ] - ] - }, - "{itemMin} - {itemMax} of {count}": { - "origin": [ - [ - "src/components/Pagination/Pagination.jsx", - 158 - ] - ] - }, - "First": { - "origin": [ - [ - "src/components/Pagination/Pagination.jsx", - 164 - ] - ] - }, - "Previous": { - "origin": [ - [ - "src/components/Pagination/Pagination.jsx", - 173 - ] - ] - }, - "Page <0/> of {pageCount}": { - "origin": [ - [ - "src/components/Pagination/Pagination.jsx", - 184 - ] - ] - }, - "Page Number": { - "origin": [ - [ - "src/components/Pagination/Pagination.jsx", - 187 - ] - ] - }, - "Next": { - "origin": [ - [ - "src/components/Pagination/Pagination.jsx", - 207 - ] - ] - }, - "Last": { - "origin": [ - [ - "src/components/Pagination/Pagination.jsx", - 216 - ] - ] - } -} \ No newline at end of file diff --git a/src/locales/_build/src/components/TowerLogo/TowerLogo.jsx.json b/src/locales/_build/src/components/TowerLogo/TowerLogo.jsx.json deleted file mode 100644 index 58320abf86..0000000000 --- a/src/locales/_build/src/components/TowerLogo/TowerLogo.jsx.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Tower Brand Image": { - "origin": [ - [ - "src/components/TowerLogo/TowerLogo.jsx", - 48 - ] - ] - } -} \ No newline at end of file diff --git a/src/locales/_build/src/pages/Applications.jsx.json b/src/locales/_build/src/pages/Applications.jsx.json deleted file mode 100644 index 7f549c7485..0000000000 --- a/src/locales/_build/src/pages/Applications.jsx.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Applications": { - "origin": [ - [ - "src/pages/Applications.jsx", - 17 - ] - ] - } -} \ No newline at end of file diff --git a/src/locales/_build/src/pages/AuthSettings.jsx.json b/src/locales/_build/src/pages/AuthSettings.jsx.json deleted file mode 100644 index ade3b366fa..0000000000 --- a/src/locales/_build/src/pages/AuthSettings.jsx.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Authentication Settings": { - "origin": [ - [ - "src/pages/AuthSettings.jsx", - 17 - ] - ] - } -} \ No newline at end of file diff --git a/src/locales/_build/src/pages/CredentialTypes.jsx.json b/src/locales/_build/src/pages/CredentialTypes.jsx.json deleted file mode 100644 index 78fce6b8dd..0000000000 --- a/src/locales/_build/src/pages/CredentialTypes.jsx.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Credential Types": { - "origin": [ - [ - "src/pages/CredentialTypes.jsx", - 17 - ] - ] - } -} \ No newline at end of file diff --git a/src/locales/_build/src/pages/Credentials.jsx.json b/src/locales/_build/src/pages/Credentials.jsx.json deleted file mode 100644 index 7739c23af7..0000000000 --- a/src/locales/_build/src/pages/Credentials.jsx.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Credentials": { - "origin": [ - [ - "src/pages/Credentials.jsx", - 17 - ] - ] - } -} \ No newline at end of file diff --git a/src/locales/_build/src/pages/Dashboard.jsx.json b/src/locales/_build/src/pages/Dashboard.jsx.json deleted file mode 100644 index f60b276342..0000000000 --- a/src/locales/_build/src/pages/Dashboard.jsx.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Dashboard": { - "origin": [ - [ - "src/pages/Dashboard.jsx", - 17 - ] - ] - } -} \ No newline at end of file diff --git a/src/locales/_build/src/pages/InstanceGroups.jsx.json b/src/locales/_build/src/pages/InstanceGroups.jsx.json deleted file mode 100644 index f7aa9a229c..0000000000 --- a/src/locales/_build/src/pages/InstanceGroups.jsx.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Instance Groups": { - "origin": [ - [ - "src/pages/InstanceGroups.jsx", - 17 - ] - ] - } -} \ No newline at end of file diff --git a/src/locales/_build/src/pages/Inventories.jsx.json b/src/locales/_build/src/pages/Inventories.jsx.json deleted file mode 100644 index 25ef9eb6da..0000000000 --- a/src/locales/_build/src/pages/Inventories.jsx.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Inventories": { - "origin": [ - [ - "src/pages/Inventories.jsx", - 17 - ] - ] - } -} \ No newline at end of file diff --git a/src/locales/_build/src/pages/InventoryScripts.jsx.json b/src/locales/_build/src/pages/InventoryScripts.jsx.json deleted file mode 100644 index 3ff901324e..0000000000 --- a/src/locales/_build/src/pages/InventoryScripts.jsx.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Inventory Scripts": { - "origin": [ - [ - "src/pages/InventoryScripts.jsx", - 17 - ] - ] - } -} \ No newline at end of file diff --git a/src/locales/_build/src/pages/Jobs.jsx.json b/src/locales/_build/src/pages/Jobs.jsx.json deleted file mode 100644 index fdb78375d3..0000000000 --- a/src/locales/_build/src/pages/Jobs.jsx.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Jobs": { - "origin": [ - [ - "src/pages/Jobs.jsx", - 17 - ] - ] - } -} \ No newline at end of file diff --git a/src/locales/_build/src/pages/JobsSettings.jsx.json b/src/locales/_build/src/pages/JobsSettings.jsx.json deleted file mode 100644 index a5cfb8a8fb..0000000000 --- a/src/locales/_build/src/pages/JobsSettings.jsx.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Jobs Settings": { - "origin": [ - [ - "src/pages/JobsSettings.jsx", - 17 - ] - ] - } -} \ No newline at end of file diff --git a/src/locales/_build/src/pages/License.jsx.json b/src/locales/_build/src/pages/License.jsx.json deleted file mode 100644 index 7ff17fb75f..0000000000 --- a/src/locales/_build/src/pages/License.jsx.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "License": { - "origin": [ - [ - "src/pages/License.jsx", - 17 - ] - ] - } -} \ No newline at end of file diff --git a/src/locales/_build/src/pages/Login.jsx.json b/src/locales/_build/src/pages/Login.jsx.json deleted file mode 100644 index 025a5604d4..0000000000 --- a/src/locales/_build/src/pages/Login.jsx.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "Welcome to Ansible Tower! Please Sign In.": { - "origin": [ - [ - "src/pages/Login.jsx", - 70 - ] - ] - }, - "Username": { - "origin": [ - [ - "src/pages/Login.jsx", - 73 - ] - ] - }, - "Password": { - "origin": [ - [ - "src/pages/Login.jsx", - 76 - ] - ] - }, - "Invalid username or password. Please try again.": { - "origin": [ - [ - "src/pages/Login.jsx", - 80 - ] - ] - } -} \ No newline at end of file diff --git a/src/locales/_build/src/pages/ManagementJobs.jsx.json b/src/locales/_build/src/pages/ManagementJobs.jsx.json deleted file mode 100644 index cb7db4b74b..0000000000 --- a/src/locales/_build/src/pages/ManagementJobs.jsx.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Management Jobs": { - "origin": [ - [ - "src/pages/ManagementJobs.jsx", - 17 - ] - ] - } -} \ No newline at end of file diff --git a/src/locales/_build/src/pages/NotificationTemplates.jsx.json b/src/locales/_build/src/pages/NotificationTemplates.jsx.json deleted file mode 100644 index 18ec607aa3..0000000000 --- a/src/locales/_build/src/pages/NotificationTemplates.jsx.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Notification Templates": { - "origin": [ - [ - "src/pages/NotificationTemplates.jsx", - 17 - ] - ] - } -} \ No newline at end of file diff --git a/src/locales/_build/src/pages/Organizations/components/OrganizationBreadcrumb.jsx.json b/src/locales/_build/src/pages/Organizations/components/OrganizationBreadcrumb.jsx.json deleted file mode 100644 index 1fc3dfe2b9..0000000000 --- a/src/locales/_build/src/pages/Organizations/components/OrganizationBreadcrumb.jsx.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "> edit": { - "origin": [ - [ - "src/pages/Organizations/components/OrganizationBreadcrumb.jsx", - 53 - ] - ] - }, - "> add": { - "origin": [ - [ - "src/pages/Organizations/components/OrganizationBreadcrumb.jsx", - 60 - ] - ] - } -} \ No newline at end of file diff --git a/src/locales/_build/src/pages/Organizations/components/OrganizationDetail.jsx.json b/src/locales/_build/src/pages/Organizations/components/OrganizationDetail.jsx.json deleted file mode 100644 index 2aaec95ca5..0000000000 --- a/src/locales/_build/src/pages/Organizations/components/OrganizationDetail.jsx.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "deleting {currentTab} association with orgs": { - "origin": [ - [ - "src/pages/Organizations/components/OrganizationDetail.jsx", - 67 - ] - ] - }, - "confirm removal of {currentTab}/cancel and go back to {currentTab} view.": { - "origin": [ - [ - "src/pages/Organizations/components/OrganizationDetail.jsx", - 69 - ] - ] - }, - "adding {currentTab}": { - "origin": [ - [ - "src/pages/Organizations/components/OrganizationDetail.jsx", - 76 - ] - ] - }, - "save/cancel and go back to {currentTab} view": { - "origin": [ - [ - "src/pages/Organizations/components/OrganizationDetail.jsx", - 78 - ] - ] - }, - "{currentTab} detail view": { - "origin": [ - [ - "src/pages/Organizations/components/OrganizationDetail.jsx", - 85 - ] - ] - }, - "add {currentTab}": { - "origin": [ - [ - "src/pages/Organizations/components/OrganizationDetail.jsx", - 87 - ] - ] - }, - "delete {currentTab}": { - "origin": [ - [ - "src/pages/Organizations/components/OrganizationDetail.jsx", - 91 - ] - ] - }, - "Organization detail tabs": { - "origin": [ - [ - "src/pages/Organizations/components/OrganizationDetail.jsx", - 99 - ] - ] - } -} \ No newline at end of file diff --git a/src/locales/_build/src/pages/Organizations/components/OrganizationEdit.jsx.json b/src/locales/_build/src/pages/Organizations/components/OrganizationEdit.jsx.json deleted file mode 100644 index 42a47c30f8..0000000000 --- a/src/locales/_build/src/pages/Organizations/components/OrganizationEdit.jsx.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "edit view": { - "origin": [ - [ - "src/pages/Organizations/components/OrganizationEdit.jsx", - 20 - ] - ] - }, - "save/cancel and go back to view": { - "origin": [ - [ - "src/pages/Organizations/components/OrganizationEdit.jsx", - 22 - ] - ] - } -} \ No newline at end of file diff --git a/src/locales/_build/src/pages/Organizations/components/OrganizationListItem.jsx.json b/src/locales/_build/src/pages/Organizations/components/OrganizationListItem.jsx.json deleted file mode 100644 index 11582daaa6..0000000000 --- a/src/locales/_build/src/pages/Organizations/components/OrganizationListItem.jsx.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "select organization {itemId}": { - "origin": [ - [ - "src/pages/Organizations/components/OrganizationListItem.jsx", - 30 - ] - ] - }, - "Users": { - "origin": [ - [ - "src/pages/Organizations/components/OrganizationListItem.jsx", - 50 - ] - ] - }, - "Teams": { - "origin": [ - [ - "src/pages/Organizations/components/OrganizationListItem.jsx", - 58 - ] - ] - }, - "Admins": { - "origin": [ - [ - "src/pages/Organizations/components/OrganizationListItem.jsx", - 66 - ] - ] - } -} \ No newline at end of file diff --git a/src/locales/_build/src/pages/Organizations/views/Organization.add.jsx.json b/src/locales/_build/src/pages/Organizations/views/Organization.add.jsx.json deleted file mode 100644 index 31c68b6f54..0000000000 --- a/src/locales/_build/src/pages/Organizations/views/Organization.add.jsx.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Organization Add": { - "origin": [ - [ - "src/pages/Organizations/views/Organization.add.jsx", - 15 - ] - ] - } -} \ No newline at end of file diff --git a/src/locales/_build/src/pages/Organizations/views/Organization.view.jsx.json b/src/locales/_build/src/pages/Organizations/views/Organization.view.jsx.json deleted file mode 100644 index f25c6d8fcb..0000000000 --- a/src/locales/_build/src/pages/Organizations/views/Organization.view.jsx.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Organizations": { - "origin": [ - [ - "src/pages/Organizations/views/Organization.view.jsx", - 62 - ] - ] - } -} \ No newline at end of file diff --git a/src/locales/_build/src/pages/Organizations/views/Organizations.list.jsx.json b/src/locales/_build/src/pages/Organizations/views/Organizations.list.jsx.json deleted file mode 100644 index a510e0c8aa..0000000000 --- a/src/locales/_build/src/pages/Organizations/views/Organizations.list.jsx.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "Name": { - "origin": [ - [ - "src/pages/Organizations/views/Organizations.list.jsx", - 30 - ] - ] - }, - "Modified": { - "origin": [ - [ - "src/pages/Organizations/views/Organizations.list.jsx", - 31 - ] - ] - }, - "Created": { - "origin": [ - [ - "src/pages/Organizations/views/Organizations.list.jsx", - 32 - ] - ] - }, - "Organizations": { - "origin": [ - [ - "src/pages/Organizations/views/Organizations.list.jsx", - 189 - ], - [ - "src/pages/Organizations/views/Organizations.list.jsx", - 195 - ] - ] - }, - "Organizations List": { - "origin": [ - [ - "src/pages/Organizations/views/Organizations.list.jsx", - 211 - ] - ] - } -} \ No newline at end of file diff --git a/src/locales/_build/src/pages/Portal.jsx.json b/src/locales/_build/src/pages/Portal.jsx.json deleted file mode 100644 index b8c49fa3f6..0000000000 --- a/src/locales/_build/src/pages/Portal.jsx.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "My View": { - "origin": [ - [ - "src/pages/Portal.jsx", - 17 - ] - ] - } -} \ No newline at end of file diff --git a/src/locales/_build/src/pages/Projects.jsx.json b/src/locales/_build/src/pages/Projects.jsx.json deleted file mode 100644 index 7b711830f7..0000000000 --- a/src/locales/_build/src/pages/Projects.jsx.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Projects": { - "origin": [ - [ - "src/pages/Projects.jsx", - 17 - ] - ] - } -} \ No newline at end of file diff --git a/src/locales/_build/src/pages/Schedules.jsx.json b/src/locales/_build/src/pages/Schedules.jsx.json deleted file mode 100644 index 2d1852e46f..0000000000 --- a/src/locales/_build/src/pages/Schedules.jsx.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Schedules": { - "origin": [ - [ - "src/pages/Schedules.jsx", - 17 - ] - ] - } -} \ No newline at end of file diff --git a/src/locales/_build/src/pages/SystemSettings.jsx.json b/src/locales/_build/src/pages/SystemSettings.jsx.json deleted file mode 100644 index ee691b5cea..0000000000 --- a/src/locales/_build/src/pages/SystemSettings.jsx.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "System Settings": { - "origin": [ - [ - "src/pages/SystemSettings.jsx", - 17 - ] - ] - } -} \ No newline at end of file diff --git a/src/locales/_build/src/pages/Teams.jsx.json b/src/locales/_build/src/pages/Teams.jsx.json deleted file mode 100644 index b31db9de39..0000000000 --- a/src/locales/_build/src/pages/Teams.jsx.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Teams": { - "origin": [ - [ - "src/pages/Teams.jsx", - 17 - ] - ] - } -} \ No newline at end of file diff --git a/src/locales/_build/src/pages/Templates.jsx.json b/src/locales/_build/src/pages/Templates.jsx.json deleted file mode 100644 index fc987bf1ea..0000000000 --- a/src/locales/_build/src/pages/Templates.jsx.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Templates": { - "origin": [ - [ - "src/pages/Templates.jsx", - 17 - ] - ] - } -} \ No newline at end of file diff --git a/src/locales/_build/src/pages/UISettings.jsx.json b/src/locales/_build/src/pages/UISettings.jsx.json deleted file mode 100644 index 6d721e8be7..0000000000 --- a/src/locales/_build/src/pages/UISettings.jsx.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "User Interface Settings": { - "origin": [ - [ - "src/pages/UISettings.jsx", - 17 - ] - ] - } -} \ No newline at end of file diff --git a/src/locales/_build/src/pages/Users.jsx.json b/src/locales/_build/src/pages/Users.jsx.json deleted file mode 100644 index 2d1c7f3b06..0000000000 --- a/src/locales/_build/src/pages/Users.jsx.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Users": { - "origin": [ - [ - "src/pages/Users.jsx", - 17 - ] - ] - } -} \ No newline at end of file