Skip to content

Commit

Permalink
add russian support
Browse files Browse the repository at this point in the history
  • Loading branch information
kebhr authored Oct 17, 2021
1 parent fbd0cd0 commit 063d618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scratch-vm/src/extensions/scratch3_tello/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ class Scratch3Tello {
* @returns {object} metadata for this extension and its blocks.
*/
getInfo () {
if (formatMessage.setup().locale === 'ja' || formatMessage.setup().locale === 'ja-Hira') {
if (formatMessage.setup().locale === 'ja' || formatMessage.setup().locale === 'ja-Hira' || formatMessage.setup().locale === 'ru') {
this.locale = formatMessage.setup().locale;
} else {
this.locale = 'en';
Expand Down

0 comments on commit 063d618

Please sign in to comment.