Skip to content

How to translate propertys inside compose styles? #4698

Answered by artf
ronaldohoch asked this question in Q&A
Discussion options

You must be logged in to vote

Yeah unfortunately there are a few issues with the transform names as the property itself was updated. I'll fix it for the next release so it will be possible to update labels in this way:

{
    en: {
        styleManager: {
            properties: {
                'transform': '...',
                'transform-type': '...',
                'transform-value': '...',
            },
            options: {
                'transform-type': {
                    'scaleX': '...',
                    'scaleY': '...',
                    'scaleZ': '...',
                    'rotateX': '...',
                    'rotateY': '...',
                    'rotateZ': '...',
                    'transla…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ronaldohoch
Comment options

Answer selected by ronaldohoch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants