question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug] i18n for default tunes not working

See original GitHub issue

Describe a bug.

Steps to reproduce:

  1. Follow your tutorial on 18n to translate block tunes
  2. Realize it does not work

Other translations from the tutorial work well

the version I use is 2.20.2

...
      blockTunes: {
        "delete": {
          "Delete": "Удалить"
        },
        "moveUp": {
          "Move up": "Переместить вверх"
        },
        "moveDown": {
          "Move down": "Переместить вниз"
        }
      },
...

Expected behavior: it works

Screenshots:

Снимок экрана 2021-04-16 в 20 09 57

Снимок экрана 2021-04-16 в 20 12 47

Device, Browser, OS: macos chrome

Editor.js version: 2.20.2

Plugins you use with their versions:

paragraph 2.8.0 header 2.6.1 image 2.6.0

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:7
  • Comments:5

github_iconTop GitHub Comments

5reactions
rety14commented, Apr 22, 2021

In version 2.20.* use deleteTune, moveUpTune and moveDownTune.

Example

blockTunes: { "deleteTune": { "Delete": "Удалить" }, "moveUpTune": { "Move up": "Переместить вверх" }, "moveDownTune": { "Move down": "Переместить вниз" } },

1reaction
christoph-klugecommented, May 14, 2021

@rety14 thank you - blockTunes are now translated again 👍

Besides that it seems that all plugin translations are not working anymore.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Rails locale not working - Stack Overflow
I am using Rails 4. I have set the default locale to is in config/application.rb is ...
Read more >
Angular i18n: internationalization & localization with examples
Angular I18n uses the built-in module for internationalization. Learn how to set up I18n, perform translations, and deploy the app.
Read more >
Angular workspace configuration
You can override Angular CLI defaults set at the workspace level through defaults set ... The projects section of the configuration file does...
Read more >
Open and Resolved Bugs for the Latest Webex Meetings ...
Resolved bug lists are in order starting with the most recent update. ... When an update does not include customer-found bugs, ...
Read more >
Bug listing with status UNCONFIRMED as at 2022/12/24 17 ...
Bug:128538 - "sys-apps/coreutils: /bin/hostname should be installed from coreutils not sys-apps/net-tools" status:UNCONFIRMED resolution: severity:enhancement ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found