Skip to content

Commit 895e066

Browse files
committed
Added Blockly Blocks for Vietnamese.
1 parent 6ea4bbe commit 895e066

File tree

5 files changed

+5
-615
lines changed

5 files changed

+5
-615
lines changed

build/external/extra_files.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ closureBuilder.build({
4848
BlocklyPath + 'msg/js/hi.js',
4949
BlocklyPath + 'msg/js/ja.js',
5050
BlocklyPath + 'msg/js/ko.js',
51+
BlocklyPath + 'msg/js/vi.js',
5152
],
5253
out: 'genfiles/third_party/external/blockly/msg/',
5354
});

locales/vie/blocks/blocks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* @author [email protected] (Markus Bordihn)
1919
*/
20-
Locales['eng']['BLOCKS'] = {
20+
Locales['vie']['BLOCKS'] = {
2121
'ALL': 'all',
2222
'AND': 'and',
2323
'AS': 'as',

locales/vie/blocks/phaser_blocks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* @author [email protected] (Markus Bordihn)
1919
*/
2020
/* eslint-disable max-len */
21-
Locales['eng']['BLOCKS_PHASER'] = {
21+
Locales['vie']['BLOCKS_PHASER'] = {
2222
'AUDIO': 'Audio',
2323
'AUDIO_ADD_BGM': 'as background sound',
2424
'AUDIO_PAUSE': 'pause audio',

locales/vie/blocks/robot_blocks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* @author [email protected] (Markus Bordihn)
1919
*/
2020
/* eslint-disable max-len */
21-
Locales['eng']['BLOCKS_ROBOT'] = {
21+
Locales['vie']['BLOCKS_ROBOT'] = {
2222
'EVENTS': 'Events',
2323
'HEADING': 'heading',
2424
'LIGHTS': 'Lights',

0 commit comments

Comments
 (0)