[Bug] i18n for default tunes not working
See original GitHub issueDescribe a bug.
Steps to reproduce:
- Follow your tutorial on 18n to translate block tunes
- 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:
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:
- Created 2 years ago
- Reactions:7
- Comments:5
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
In version 2.20.* use deleteTune, moveUpTune and moveDownTune.
Example
blockTunes: { "deleteTune": { "Delete": "Удалить" }, "moveUpTune": { "Move up": "Переместить вверх" }, "moveDownTune": { "Move down": "Переместить вниз" } },
@rety14 thank you - blockTunes are now translated again 👍
Besides that it seems that all plugin translations are not working anymore.