Skip to content

Commit

Permalink
Version 2.9 Amended Brazilian-Portuguese Translation
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYsLab authored and MrYsLab committed Apr 25, 2018
1 parent f6d9bad commit d62eddc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Binary file modified docs/images/brazilian_portuguese_blocks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion s2m/s2m.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def __init__(self, client=None, com_port=None,
"32": "ARROW_W",
"33": "ARROW_NW"}

print('\ns2m version 2.8 Copyright(C) 2018 Alan Yorinks All rights reserved.')
print('\ns2m version 2.9 Copyright(C) 2018 Alan Yorinks All rights reserved.')
print("\nPython Version %s" % sys.version)

# When control C is entered, Scratch will close if auto-launched
Expand Down
8 changes: 4 additions & 4 deletions s2m/scratch_files/extensions/s2m_ptbr.s2e
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
[
" ",
"Mostrar Texto %s",
"Mostrar texto %s",
"scroll",
"OLA!"
],
Expand All @@ -30,14 +30,14 @@
],
[
" ",
"Pino Digital %m.pins com Valor %m.val",
"Pino digital %m.pins com valor %m.val",
"digital_write",
"0",
"0"
],
[
" ",
"Pino Analógico%m.pins com Value %n",
"Pino analógico%m.pins com valor %n",
"analog_write",
"0",
"0"
Expand Down Expand Up @@ -85,7 +85,7 @@
],
[
"r",
"Ler Pino Analógico %m.pins",
"Ler pino analógico %m.pins",
"analog_read",
"0"
]
Expand Down
Binary file modified s2m/scratch_files/projects/motion_ptbr.sb2
Binary file not shown.
Binary file modified s2m/scratch_files/projects/s2m_ptbr.sb2
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='s2m',
version='2.8',
version='2.9',
packages=['s2m'],
install_requires=['pyserial>=2.7',
'psutil'],
Expand Down

0 comments on commit d62eddc

Please sign in to comment.