Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRemove mentions of defunct build platforms and runtimes #2123
Conversation
|
LGTM for ko |
PT translations is fine! |
Co-Authored-By: Vincent Lin <bugtender@users.noreply.github.com>
LGTM with zh_tw and zh_cn. |
@bugtender GitHub's approval list still says: "ruby/www-ruby-lang-org-i18n-zh_cn was requested for review" - do you know how that can be marked accepted? |
Looking good, I added a comment regarding removing the trailing |
ID translations is good to go |
|
||
* Ruby yüksek taşınabilirliğe sahiptir. GNU/Linux üzerinde geliştirilmiş | ||
olsa dahi, UNIX’in bir çok çeşidi, macOS, | ||
Windows, DOS, BeOS, OS/2, vb. üzerinde çalışmaktadır. | ||
Windows, vb. üzerinde çalışmaktadır. |
This comment has been minimized.
This comment has been minimized.
enderahmetyurt
Sep 25, 2019
•
Member
@jonjensen vb.
means is etc
in Turkish. Is there any operating system except Unix distributions, macOSX or Windows? In English it is It runs under Linux and other UNIX-like operating systems, macOS and Windows
there is no etc so we should not use vb.
in here. It should be in Turkish Ruby yüksek taşınabilirliğe sahiptir. GNU/Linux üzerinde geliştirilmiş olsa dahi, UNIX’in bir çok çeşidi, macOS ve Windows üzerinde çalışmaktadır.
* Ruby features OS independent threading. Thus, for all platforms on | ||
which Ruby runs, you also have multithreading, regardless of if the OS | ||
supports it or not, even on MS-DOS! | ||
supports it or not. |
This comment has been minimized.
This comment has been minimized.
nagachika
Oct 3, 2019
Member
Hi.
The current ruby (maybe from 1.9 and later) depend on pthread/WinThread to implement Thread.
The whole description in this section is totally false for recent ruby and could be removed.
jonjensen commentedAug 22, 2019
BeOS, MS-DOS, and OS/2 haven't been supported by Ruby for a while.
IronRuby and MagLev are listed under "Discontinued" at https://github.com/planetruby/awesome-rubies
IronRuby last release was March 2011. Repo archived. (Only IronPython still seems to be alive.)
MagLev last release was October 2011.
Cardinal last commit was August 2013 (and last Parrot release in Feb. 2016).