Commit Graph

190 Commits

Author SHA1 Message Date
Dag7
541f1493ae
fix: corrected typo in italian markdown 2023-05-26 11:55:56 +02:00
Boris Verkhovskiy
95435c811c Make "MATLAB" an acronym 2023-01-22 07:51:19 +02:00
zjzj1996
fd802bfd43 fix:typo 2023-01-11 15:10:03 +08:00
Marcel Ribeiro-Dantas
7f60e471fc
Update c++ to upercase C++ 2022-08-01 22:39:47 +02:00
Al
d96db0f0e4
Update filename
Co-authored-by: Marcel Ribeiro Dantas, Ph.D. <ribeirodantasdm@gmail.com>
2022-07-24 18:53:07 +02:00
Al
39e0b12b15 Improve translation and readability 2022-07-24 12:24:04 +02:00
Al
ae73cdf65d Fix typos 2022-07-24 12:19:50 +02:00
Al
ff641c107d Translate links section (last one) 2022-07-24 00:24:45 +02:00
Al
43f49745a9 Translate natspec comments section (14) 2022-07-24 00:04:27 +02:00
Al
d6a94448f3 Translate style notes section (13) 2022-07-23 23:58:34 +02:00
Al
16a8f0a12b Translate low level functions section (12) 2022-07-23 23:50:24 +02:00
Al
af2ee86bce Translate security section (11) 2022-07-23 23:41:07 +02:00
Al
75f4c4c143 Translate other native functions (10) 2022-07-23 23:32:48 +02:00
Al
d0c0040f81 Translate state machines section (9.G) 2022-07-23 23:11:26 +02:00
Al
dde96818dc Translate pattern observer (9.F) 2022-07-23 20:30:30 +02:00
Al
118bda3ead Translate cron job section (9.E) 2022-07-23 19:59:50 +02:00
Al
bd0a424a86 Translate oracles and external data section (9.D) 2022-07-23 19:51:17 +02:00
Al
a61887efd6 Translate data access in blockchain section (9.C) 2022-07-23 18:52:35 +02:00
Al
4a96407ff6 Translate storage design notes section (9.B) 2022-07-23 13:54:02 +02:00
Al
0d2ba7e26f Translate obfruscation section (9.A) 2022-07-23 13:34:07 +02:00
Al
2a459d3a66 Translate other keyword section (8) 2022-07-23 13:09:49 +02:00
Al
b7a2d1f164 Translate object/contracts section (7) 2022-07-23 13:07:14 +02:00
Al
4a60cef189 Transalte branching and loop section (6) 2022-07-23 10:14:11 +02:00
Al
107ff5cadf Translate modifiers section (5.C) 2022-07-22 22:27:23 +02:00
Al
51bef47831 Translate event section (5.B) 2022-07-22 22:01:48 +02:00
Al
e108748836 Translate function section (5.A) 2022-07-22 19:45:20 +02:00
Al
a94c428ff9 Translate global variables of note (4) 2022-07-21 15:40:20 +02:00
Al
bbef62f314 Translate simple operators (3) 2022-07-20 21:00:05 +02:00
Al
632cd0cd96 Translate structs (2) 2022-07-20 20:52:57 +02:00
Al
b887c1a5f7 Edit translator name 2022-07-19 15:32:39 +02:00
Al
fa5e509d43 Translate solidity basics (1) section 2022-07-19 15:28:28 +02:00
Al
7b47a23663 Translate bank example 2022-07-19 12:16:02 +02:00
Al
a35979214c Fix line length 2022-07-19 11:54:15 +02:00
Al
a7ace9ee1f Fix typo 2022-07-19 11:53:03 +02:00
Al
c8a397d103 Fix wrong "working with remix and metamask" section 2022-07-19 11:52:04 +02:00
Al
eabe2cfbce Translate "working on a testnet" intro 2022-07-18 16:29:15 +02:00
Al
72cc375abc Translate "working with remix and metamask" section 2022-07-18 16:27:30 +02:00
Al
358c299987 Translate Solidity introduction into italian 2022-07-18 16:26:09 +02:00
Mathias Schmitt
1e44bf3aba [rust/it] fix italian translation. 2022-07-06 23:03:36 +02:00
Ay355
9552f2a1fe
[rust/all] Remove .iter() on array example (#4230)
As of Rust 1.53.0, arrays implement the IntoIterator trait, making .iter() on an array unnecessary
2021-11-01 22:27:42 +01:00
Petru Madar
0086b92f09
[ruby/all] Replace tryruby.org with the proper link (#4217)
* Replace tryruby.org with the proper link

* Replace tryruby.org with the proper link
2021-08-21 23:08:42 +02:00
Борис Верховский
a502f8d723
Rename OS X to macOS (#4166) 2021-05-25 13:42:50 +02:00
Adam Bard
d8c8755e5b
Merge pull request #3709 from chris54721/patch-2
[sql/it] Add sql-it.html.markdown
2020-05-19 09:00:47 -07:00
Adam Bard
f84a61e5a0
Merge pull request #3708 from chris54721/patch-1
[zfs/it] Add zfs-it.html.markdown
2020-05-19 09:00:22 -07:00
Adam Bard
0a0a40dc2d
Merge pull request #3856 from sshine/make-python3-default
[Python] Make Python 3 default
2020-02-13 22:00:05 -08:00
Leigh Brenecki
5864aba42d Purge my deadname 2020-02-13 10:38:29 +10:30
Simon Shine
ae848c481f Python 3: Use 'filename: learnpython*.py' (no '3')
Before renaming, Python 3 filenames were 'learnpython3*.py'.

This commit removes the '3' part from the filename.

To verify that the filenames were named consistently across
translations prior to this commit, and to change this:

```
ack -H 'filename:' python.html.markdown
find . -name "python-*.markdown" -exec ack -H 'filename:' {} \;

sed -i 's/^filename: learnpython3/filename: learnpython/' \
  python.html.markdown

find . -name "python-*.markdown" -exec \
  sed -i 's/^filename: learnpython3/filename: learnpython/' {} \;
```
2020-02-12 07:04:42 +01:00
Simon Shine
887cbee8af Change 'filename:' for Python 2 (legacy)
Before renaming, all Python 2 filenames were 'learnpython-*.py'.

This commit renames them to 'learnpythonlegacy-*.py'.

To verify that the filenames were named consistently across
translations prior to this commit, and to change this:

```
find . -name "pythonlegacy*.markdown" -exec ack filename: {} \;

find . -name "pythonlegacy*.markdown" -exec \
  sed -i 's/^filename: learnpython/filename: learnpythonlegacy/' {} \;
```
2020-02-12 07:04:42 +01:00
Simon Shine
8f5fac9895 Python 3: 'language: Python'
Instead of listing 'language: python3' for Python 3, use

    language: Python

as #3450 does.

```
find . -iname "python-*.markdown" -exec \
  sed -i 's/language: python3/language: Python/' {} \;
```
2020-02-12 07:04:42 +01:00
Simon Shine
95c8b24ebf Python 2 'language': Python 2 (legacy)
Instead of listing 'language: python' for Python 2, use

    language: Python 2 (legacy)

```
find . -iname "*pythonlegacy*" -exec \
  sed -i 's/^language: .*/language: Python 2 (legacy)/' {} \;
```
2020-02-12 05:09:13 +01:00