Commit Graph

11 Commits

Author SHA1 Message Date
Unknown
544a64796e Created asort_es-ES.py and etc.
Created file with appropriate translations, also minor changes in the README for asort.py, and minor grammar across the board.
2017-10-13 08:34:33 -07:00
Unknown
b117d00ae0 Spanish Section in asort.py README
translated into spanish, also added a link to my fork of the list to the Linux Software list ES  README
2017-10-12 22:20:40 -07:00
Gabriel F. Vilar
bc1affbfd2 Correction of the link to #portuguese-brazil 2017-08-29 22:59:37 -03:00
Gabriel F. Vilar
1708e9256f Starting the translation to Brazilian Portuguese 2017-08-27 21:04:49 -03:00
cclauss
79ff6147ba from __future__ import print_function
Without this change, the `end` and `file` parameters in print() causes problems in Python 2.  This approach makes print(x, file=filename) valid syntax in both Python 2 and Python 3.
2017-08-21 11:53:37 +02:00
cclauss
5c4c3ba342 from __future__ import print_function
Without this change, the `file` parameter in print() causes problems in Python 2.  This approach makes print(x, file=filename) valid syntax in both Python 2 and Python 3.
2017-08-21 11:51:54 +02:00
Christopher L
3c4c8ff776 Update README.md 2016-08-25 19:23:20 +08:00
ChrisLeeGit
a14b7360d5 Add sort script for the Chinese version doc 2016-08-25 19:12:55 +08:00
Christopher L
9d2691cb96 Update README.md 2016-08-24 21:36:45 +08:00
Christopher L
d96375496f added a screenshot 2016-08-22 14:29:41 +08:00
ChrisLeeGit
1e9a942d09 add asort.py script to sort items automatically. 2016-08-22 14:24:31 +08:00