Page MenuHomePhabricator

Removing redundant messages from the language files
Closed, ResolvedPublic

Description

Author: avarab

Description:
There are alot of messages in both the main language file and others which
aren't needed anymore, finding and removing the ones in the main language file
howerver should have the highest priority because otherwise the count from
redundanttrans.php will be skewed.

Here's a list of messages that are potentially not used anymore, it should be
checked whether or not they are really used or not:

category
subjectpage
bureaucrattitle
bureaucrattext
noconnect
nodb
cachederror
perfdisabledsub
seriousxhtmlerrors
logouttitle
loginpagetitle
loginproblem
alreadyloggedin
mailmypasswordauthent
whitelistreadtitle
whitelistreadtext
note
revnotfound
revnotfoundtext
loadhist
orig
loadingrev
editcurrent
selectnewerversionfordiff
matchtotals
groups-lookup-group
groups-group-edit
userrights-lookup-user
userrights-user-editname
groups-editgroup
groups-addgroup
groups-editgroup-description
userrights-editusergroup
userrights-groupsmember
userrights-groupsavailable
userrights-logcomment
group-anon-name
group-anon-desc
group-loggedin-name
group-loggedin-desc
group-admin-name
group-admin-desc
group-bureaucrat-name
group-bureaucrat-desc
group-steward-name
group-steward-desc
rcloaderr
rchide
rcliu
tableform
listform
nchanges
uploadlink
uploadlog
filename
uploadedfiles
getimagelist
imgdelete
magicwords
orphans
geo
lonelypages
uncategorizedpages
uncategorizedcategories
unusedimages
popularpages
wantedpages
shortpages
longpages
deadendpages
listusers
listadmins
asksqlpheading
blockpheading
createaccountpheading
deletepheading
userrightspheading
grouprightspheading
siteadminpheading
protectpage
ancientpages
intl
enotif_mailer
deletepage
rollback_short
undeletearticle
ucnote
uclinks
asksqltext
sqlislogged
sqlquery
selectonly
querysuccessful
makesysoptitle
makesysoptext
makesysopname
makesysopsubmit
makesysopok
makesysopfail
setbureaucratflag
setstewardflag
set_user_rights
user_rights_set
set_rights_fail
already_sysop
already_bureaucrat
already_steward
movedto
allmessagesnotsupportedUI
missingimage
tooltip-search
newimages


Version: 1.5.x
Severity: trivial
URL: http://meta.wikimedia.org/wiki/Localization_statistics

Details

Reference
bz2502

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 8:35 PM
bzimport set Reference to bz2502.
bzimport added a subscriber: Unknown Object (MLST).

avarab wrote:

A shellscript to find potentially redundant messages

A shellscript that locates potentially redundant messages (those that it
determines to be used zero times), superslow, but works.

Attached:

jimmy.collins wrote:

alredy done.