Please note: This wiki is currently running in test mode after an attack on January 5 2013. All passwords were reset, so you will have to use the password recovery function to get a new password. To edit wiki pages, please log in first. See the wiki attack description page for more details. If you find problems, please report them to the pydotorg-www mailing list.

Links to Python related information in Tigrinya

ISO 639-1 Code: ti

There are some groundrules, some laid down by the site admins, some my suggestions:

1) Pages must be named in ASCII and English (PolishLanguage)

2) Pages must have an explanation in English at the top (Links to Python information in <language X>)

3) (my suggestion) We probably want to limit invites to edit the pages to people we know well, or Pythonistas with a track record. Hopefully this is inclusive enough without opening the site up to a spam flood and vandalismfest.

4) No anonymous changes.

Where these pages really need help:

1) check links, remove broken ones.

2) add new links that are quality Python information and active.

3) some care for languages that have next to nothing, but do have people in the Python community - even a link to the Wikipedia page for Python, in that language, is a start (Some are pretty complete and of high quality - the Russian language Wikipedia page for Python, for instance, packs a lot in).

ትግርኛ

Words for code snippet taken from Tigrina Online.

   1 # -*- coding: utf-8 -*-
   2 # python 3.0 or 3.1
   3 
   4 ትግርኛ = {'ንሱ ሓያል ኢዩ':'He is strong.',
   5         'ንሳ ሓጻር ኢያ':'She is short.',
   6         'ንስኻ ሃካይ ኢኻ':'You are lazy.',
   7         'ንስኺ ሓሳዊት ኢኺ':'You are a liar.',
   8         'ኣነ ተኣማሚነ እየ':'I am confident.',
   9         'ንሶም ጽሉላት ኢዮም':'They are crazy.',
  10         'ንሰን ትግረ ኢየን':'They are Tigre.',
  11         'ንስኹም መንእሰያት ኢኹም':'You are young.',
  12         'ንስኽን ጽብቃት ኢኽን':'You are pretty.',
  13         'ንሕና ጉሁያት ኢና':'We are sad.'}
  14 for ትግርኛx in ትግርኛ:
  15     print(ትግርኛx + ' in Tigrinya is "' + ትግርኛ[ትግርኛx] + '" in English.')

work in progress

CategoryLanguage CategoryUnicode

TigrinyaLanguage (last edited 2009-11-01 03:37:55 by CarlTrachte)