Page MenuHomePhabricator

Localization corrections and additions of Estonian Wikimedia projects
Closed, ResolvedPublic

Description

Some Estonian Wikimedia projects have either sitename untranslated or logo untranslated or project talk namespace invalid and there is no support for Estonian project name forms in WikimediaGrammarForms.php. This includes Estonian Wiktionary, Wikibooks, Wikiquote and Wikisource.

I request it being set as follows:

  1. For et.wiktionary.org a) Set sitename (displayed on browser's title bar) as 'Vikisõnastik'. So far the name 'Vikisõnaraamat' have been used on main page, but shorter form of it should be better. Approved by both active admins of site at http://et.wikipedia.org/wiki/Kasutaja_arutelu:Andres#Projektid and http://et.wikipedia.org/wiki/Kasutaja_arutelu:Pikne#.C3.9Cmberkorraldused_mallides . b) Set project namespace as 'Vikisõnastik' and project talk namespace as 'Vikisõnastiku arutelu' (using genitive form of project name) in accordance with sitename request. c) Set project logo as http://upload.wikimedia.org/wiktionary/et/b/bc/Wiki.png – style different from Wiktionary default approved at http://et.wikipedia.org/wiki/Kasutaja_arutelu:Andres#Projektid and locked.
  1. For et.wikibooks.org a) Set sitename as 'Vikiõpikud'. So far the name 'Vikiraamatukogu' have been used on main page, but to make the name shorter and purpose of the site clearer 'Vikiõpikud' was proposed and approved at http://et.wikibooks.org/wiki/Arutelu:Esileht . b) Set project namespace as 'Vikiõpikud' and project talk namespace using genitive form of project name as 'Vikiõpikute arutelu' in accordance with sitename request. c) Set project logo as http://upload.wikimedia.org/wikibooks/et/b/bc/Wiki.png using the default design and requested sitename. Hopefully it's not a problem that it's not locked as unfortunately there are no site admins to lock it.
  1. For et.wikiquote.org a) Set sitename as 'Vikitsitaadid', which have been used on the main page for the past years. b) Set project namespace as 'Vikitsitaadid' and project talk namespace using genitive for of project name as 'Vikitsitaatide arutelu' in accordance with sitename request. c) Set project logo as http://upload.wikimedia.org/wikiquote/et/b/bc/Wiki.png using the default design and requested sitename. Hopefully it's not a problem that it's not locked as unfortunately there are no site admins to lock it.
  1. For et.wikisource.org a) Set project talk namespace as 'Vikitekstide arutelu' using genitive form of project name to have it grammatically valid.

Finally please add Estonian project names and forms in http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/WikimediaMessages/WikimediaGrammarForms.php as follows. Note that for Wikipedia (Vikipeedia) nominative and genitive are the same (So no need to add this in following?).

$wgGrammarForms['et'] = array(

'genitive' => array(
    'Vikisõnastik'  => 'Vikisõnastiku',
    'Vikitekstid'   => 'Vikitekstide',
    'Vikitsitaadid' => 'Vikitsitaatide',
    'Vikiõpikud'    => 'Vikiõpikute',
),
'partitive' => array(
    'Vikipeedia'    => 'Vikipeediat',
    'Vikisõnastik'  => 'Vikisõnastikku',
    'Vikitekstid'   => 'Vikitekste',
    'Vikitsitaadid' => 'Vikitsitaate',
    'Vikiõpikud'    => 'Vikiõpikuid',
),
'illative' => array(
    'Vikipeedia'    => 'Vikipeediasse',
    'Vikisõnastik'  => 'Vikisõnastikku',
    'Vikitekstid'   => 'Vikitekstidesse',
    'Vikitsitaadid' => 'Vikitsitaatidesse',
    'Vikiõpikud'    => 'Vikiõpikutesse',
),
'inessive' => array(
    'Vikipeedia'    => 'Vikipeedias',
    'Vikisõnastik'  => 'Vikisõnastikus',
    'Vikitekstid'   => 'Vikitekstides',
    'Vikitsitaadid' => 'Vikitsitaatides',
    'Vikiõpikud'    => 'Vikiõpikutes',
),
'elative' => array(
    'Vikipeedia'    => 'Vikipeediast',
    'Vikisõnastik'  => 'Vikisõnastikust',
    'Vikitekstid'   => 'Vikitekstidest',
    'Vikitsitaadid' => 'Vikitsitaatidest',
    'Vikiõpikud'    => 'Vikiõpikutest',
),

); # et

Thanks in advance!


Version: unspecified
Severity: critical

Details

Reference
bz20332

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:55 PM
bzimport set Reference to bz20332.

I've edited project talk namespace from '$1_arutelu' to '{{GRAMMAR:genitive|$1}}_arutelu' via Translatewiki. It should solve the project talk namespaces part of it as translations from Translatewiki get to local wikis and you have done the rest requested?

All done. I also protected the logo on etwikiquote.

Project talk namespace on etwiki doesn't work anymore.
http://et.wikipedia.org/w/api.php?action=query&meta=siteinfo&siprop=namespaces responds " arutelu" with a space a the beginning.
Clicking on the talk tab on http://et.wikipedia.org/wiki/Vikipeedia:%C3%9Cldine_arutelu doesn't show the talk page and many more effects.

Fixed, asked for sync. BTW genitive for Vikipeedia is missing.