Changes between Version 170 and Version 171 of Event/2011/GCI


Ignore:
Timestamp:
12/18/11 09:48:44 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Event/2011/GCI

    v170 v171  
    346346
    347347When all three main files have been translated for the language of your choice, you can then select one of the many appendix files.
    348 
    349 '''''Note to mentors:'''''
    350 * You can check the format of submitted csv files by importing them into OpenOffice or
    351   LibreOffice. Set the separator to comma and the quoting to double quotes.
    352 * Check that each line splits into two columns.
    353 * To check that the file is UTF-8 encoded, you can open it in to Notepad++ or gedit,
    354   or read it with Python codec.  In a Python shell:[[br]]
    355 {{{
    356   import codecs
    357   f = codecs.open("submitted_file.csv", "r", "utf-8")
    358   i = f.read()
    359 }}}
    360   That will throw an exception if the file is not UTF-8.
    361 * If there are rows without a translation, ask the student what the problem was with those rows.
    362 * 90% successful translations is acceptable.
    363 * Try to find someone who speaks the language to do a spot-check on quality.
    364348
    365349'''''Tasks Completed:'''''
     
    380364||Greek ||Giannis Konstantinidis ||In progress 1, 2 ||http://www.google-melange.com/gci/task/view/google/gci2011/7239252 ||
    381365||Hindi ||aki ||1 & 2 ||http://www.google-melange.com/gci/task/view/google/gci2011/7239253 ||
     366||Hindi ||Snowy ||2 & 3 & ? ||http://www.google-melange.com/gci/task/view/google/gci2011/7234263 ||
    382367||Hindi ||Abhishek ||in progress || ||
    383368||Polish ||programer1234 || 1, 2, & 3 ||http://www.google-melange.com/gci/task/view/google/gci2011/7121342||
     
    404389||Tamil ||Sriram ||In progress ||http://www.google-melange.com/gci/task/view/google/gci2011/7247250 ||
    405390||Turkish ||Mtmecax ||Incomplete - follow-up needed(?) ||http://www.google-melange.com/gci/task/view/google/gci2011/7121342||
     391
     392'''''Note to mentors:'''''
     393* You can check the format of submitted csv files by importing them into OpenOffice or
     394  LibreOffice. Set the separator to comma and the quoting to double quotes.
     395* Check that each line splits into two columns.
     396* To check that the file is UTF-8 encoded, you can open it in to Notepad++ or gedit,
     397  or read it with Python codec.  In a Python shell:[[br]]
     398{{{
     399  import codecs
     400  f = codecs.open("submitted_file.csv", "r", "utf-8")
     401  i = f.read()
     402}}}
     403  That will throw an exception if the file is not UTF-8.
     404* If there are rows without a translation, ask the student what the problem was with those rows.
     405* 90% successful translations is acceptable.
     406* Try to find someone who speaks the language to do a spot-check on quality.
    406407=== Review code for quality of localized strings ===
    407408'''''Migrated'''''[[br]]