mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-01 21:23:10 +00:00
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:
parent
67c74dc57d
commit
2442eb4150
@ -10,7 +10,7 @@
|
|||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
@import (reference) '/src/styles/variables.less';
|
@import (reference) '../../../styles/variables.less';
|
||||||
|
|
||||||
.tag-select-box.ant-select-item-option-selected {
|
.tag-select-box.ant-select-item-option-selected {
|
||||||
background-color: @grey-1;
|
background-color: @grey-1;
|
||||||
|
@ -970,6 +970,7 @@
|
|||||||
"table-entity-text": "Tabelle {{entityText}}",
|
"table-entity-text": "Tabelle {{entityText}}",
|
||||||
"table-lowercase": "tabelle",
|
"table-lowercase": "tabelle",
|
||||||
"table-lowercase-plural": "tabellen",
|
"table-lowercase-plural": "tabellen",
|
||||||
|
"table-partitioned": "Tabelle partitioniert",
|
||||||
"table-plural": "Tabellen",
|
"table-plural": "Tabellen",
|
||||||
"table-profile": "Tabellenprofil",
|
"table-profile": "Tabellenprofil",
|
||||||
"table-tests-summary": "Tabellentestzusammenfassung",
|
"table-tests-summary": "Tabellentestzusammenfassung",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user