chore(ui): changed the variables file import to a relative path (#13567)

* changed import to relative path

* localization changes

* Update de-de.json

* Update de-de.json

---------

Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
This commit is contained in:
Aniket Katkar 2023-10-13 19:25:43 +05:30 committed by GitHub
parent 67c74dc57d
commit 2442eb4150
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@import (reference) '/src/styles/variables.less';
@import (reference) '../../../styles/variables.less';
.tag-select-box.ant-select-item-option-selected {
background-color: @grey-1;

View File

@ -970,6 +970,7 @@
"table-entity-text": "Tabelle {{entityText}}",
"table-lowercase": "tabelle",
"table-lowercase-plural": "tabellen",
"table-partitioned": "Tabelle partitioniert",
"table-plural": "Tabellen",
"table-profile": "Tabellenprofil",
"table-tests-summary": "Tabellentestzusammenfassung",